Replies: 1 comment
-
i cant find it also |
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.
-
https://rnfirebase.io/firestore/usage
I want to create something like this:
const snapshot = await firestore()
.collection('Users')
.where(Filter.and(Filter('user', '==', 'Tim'), Filter('email', '==', '[email protected]')))
.get();
Beta Was this translation helpful? Give feedback.
All reactions