appbaseio / reactivesearch

Search UI components for React and Vue
https://opensource.appbase.io/reactivesearch
Apache License 2.0
4.9k stars 466 forks source link

Can reactivesearch be used with Cloud Firestore Database #1171

Open kirtishjain9 opened 5 years ago

kirtishjain9 commented 5 years ago

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.

siddharthlatest commented 5 years ago

@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 :-)

kirtishjain9 commented 5 years ago

@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.