getting null for a collections snapshots #6253
Unanswered
emadbaqeri
asked this question in
Q&A
Replies: 1 comment
-
Unfortunately I'm not sure what we can really do here, this is the phrase that really sticks out to me:
Specifically
Carefully examine the differences between your accounts and their configurations, and how those are applied in the app. It sounds like it will be related to that, as the firestore module here is working fine |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using firebase, this is the implementation code that used to work until I have changed my firebase account and reconfigured it.
In the snippet below I'm trying to connect to firestore and get snapshots from a collection which it returns null.
The screen shot below confirms that I have some documents in the collection that the firestore could subscribe for.
Any Ideas would be appreciated ;)
Beta Was this translation helpful? Give feedback.
All reactions