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
get
method for Firestore and Realtime Database that fetches a value once and doesn't stream updates.We should probably implement something like a
useFirestoreDocOnce
to allow for this behavior in reactfire. Or, add aonce
flag to ReactFireOptions to accomplish the same thing.useFirestoreDoc[Data]Once
Add hooks to get firestore document data once #211useFirestoreCollection[Data]Once
useDatabaseObject[Data]Once
useDatabaseList[Data]Once
Beta Was this translation helpful? Give feedback.
All reactions