bug(query): queries made with firebase v5 SDK not writing to state
See original GitHub issueI can’t to subscribe on collection
I tried do
firestore.onSnapshot({ collection: 'sources', doc: profile.uid })
firestore.onSnapshot({ collection:
‘sources.${profile.uid}’})
I tried to change to setListener insted onSnapshot. Any results…
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Firebase JavaScript SDK Release Notes - Google
Cloud Firestore. Fixed a bug that threw a FAILED_PRECONDITION error when writing to a deleted document in a transaction. See Github ...
Read more >listener removal does not include query parameters · Issue ...
Currently listeners are being checked for removal by their queryId but they are being removed based on their path. That was done because...
Read more >Firebase Database not being implemented due to session error
It seems like your firebase error occurs due to recycler view. It means app crashed before firebase can start ...
Read more >Querying and filtering data | Firestore - Google Cloud
Firestore provides powerful query functionality for specifying which documents you want to retrieve from a collection or collection group.
Read more >Firestore where in array - Allevamento di Casa Lopresti
Firebase Read and Write in Firestore with What is Firebase, Features, ... and you couldn't Array queries are possible as of Firebase JS...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The
v0.5.3
release fixes this, and the examples were updated to use firebase^5.0.2
. Thanks for reporting!Thank you so much! Great lib! 😃