Skip to content

Firestore Geofirestore #4382

Answered by mikehardy
mnurulhuda asked this question in Q&A
Oct 11, 2020 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

react-native-firebase is based on firebase-android-sdk and firebase-ios-sdk for the two platforms respectively

geofirestore is based on firebase-js-sdk, so will use a completely different mechanism to communicate with the firestore database in the cloud

It is possible to use both at the same time, so it is possible to for it to work, but you may have data coherency issues if both are attempting to cache things and have slightly different data. Or it might work great.

react-native-firebase attempts to mimic the firebase-js-sdk API so it looks familiar, even though it is using the native SDKs underneath things, so they will look almost completely compatible but you will need to treat each l…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by andersonaddo
Comment options

You must be logged in to vote
2 replies
@mikehardy
Comment options

@mikehardy
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants