Replies: 1 comment
-
|
I think we should use |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
The Firebase JS SDK has a
getmethod for Firestore and Realtime Database that fetches a value once and doesn't stream updates.We should probably implement something like a
useFirestoreDocOnceto allow for this behavior in reactfire. Or, add aonceflag to ReactFireOptions to accomplish the same thing.useFirestoreDoc[Data]OnceAdd hooks to get firestore document data once #211useFirestoreCollection[Data]OnceuseDatabaseObject[Data]OnceuseDatabaseList[Data]OnceBeta Was this translation helpful? Give feedback.
All reactions