Replies: 1 comment 1 reply
-
For general questions I generally refer people to stackoverflow, where the firebase community in general does collaborate (including the firebase employees). But you may also like to simply use our e2e tests as a reference, by design they aim for as close to 100% coverage of firestore capabilities so whatever you want to do, there should be an example in there... https://github.com/invertase/react-native-firebase/tree/master/packages/firestore/e2e |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there.
What is the correct way or best practices when implement firebase sdk to use firestore?
Maybe is a dumb question but I'm facing some issues when I try to save an information on a collection of my firestore database. Sometimes works when I try to save an info, however in some cases this operation only works if I close my app (killing the process) and then try it again. It only happens using firebase sdk, if I do that through cloud functions it works fine. I'm using firebase sdk to get realtime feature on my app.
A snippet code below how I do that:
Any help, tips ... would be thankful.
Beta Was this translation helpful? Give feedback.
All reactions