reactivesearch
reactivesearch copied to clipboard
Can reactivesearch be used with Cloud Firestore Database
Affected Projects React Native
Is your feature request related to a problem? Please describe. I'm developing a React Native mobile app (iOS & Android) with Cloud Firestore as my backend Database to store my data.
Can I use reactivesearch components and APIs with Cloud Firestore Dataset? If yes then please suggest any example with Google Maps.
Please let me know your response. Thanks in advance.
@kirtishjain9 ReactiveSearch assumes that your backend is an ElasticSearch index. Although we want to support more options at some point, it's not possible today and not on the immediate roadmap.
We offer a CLI to help you bring your Firestore data to ElasticSearch: https://medium.appbase.io/cli-for-indexing-from-firestore-to-elasticsearch-80286fc8e58b. Which can then be used to power your ReactiveSearch app :-)
@siddharthlatest Thanks a lot for your prompt response on my query.
Sure, I'll check it out and try to implement it if Application's Client would agree to share application data.
Thanks once again.