question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

bug(query): queries made with firebase v5 SDK not writing to state

See original GitHub issue

I can’t to subscribe on collection image

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:closed
  • Created 5 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
prescottpruecommented, May 18, 2018

The v0.5.3 release fixes this, and the examples were updated to use firebase ^5.0.2. Thanks for reporting!

0reactions
igor-lemoncommented, May 18, 2018

Thank you so much! Great lib! 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found