We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is the current behavior?
When using the get action, if you don't specify the doc property, the return type is a DocumentSnapshot.
get
What is the expected behavior?
It should return a QuerySnapshot : https://firebase.google.com/docs/reference/js/firebase.firestore.QuerySnapshot if the doc property is not specified.
Which version of redux-firestore are you using? What about other dependencies?
v0.13.0
Which environments/browsers are affected by this issue? Did this work in previous versions or setups?
Currently using React-Native, but it should be the same on other envs.
Minimal demo to reproduce issue (using codesandbox or similar)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What is the current behavior?
When using the
get
action, if you don't specify the doc property, the return type is a DocumentSnapshot.What is the expected behavior?
It should return a QuerySnapshot : https://firebase.google.com/docs/reference/js/firebase.firestore.QuerySnapshot if the doc property is not specified.
Which version of redux-firestore are you using? What about other dependencies?
v0.13.0
Which environments/browsers are affected by this issue? Did this work in previous versions or setups?
Currently using React-Native, but it should be the same on other envs.
Minimal demo to reproduce issue (using codesandbox or similar)
The text was updated successfully, but these errors were encountered: