I want to implement the search bar in my android app, the backend language is Java, and the database is FireStore.
Asked
Active
Viewed 147 times
0
-
Have you seen [this answer](https://stackoverflow.com/questions/49596610/is-it-possible-to-use-algolia-query-in-firestorerecycleroptions/49607796)? – Alex Mamo Oct 06 '22 at 18:52
1 Answers
0
Algolia has a Kotlin Android client, however, if you explicitly wanted to use Java you could implement your own client using the API. The only downside to using the API is that there is no SLA provided if you are not using an Algolia-provided API Client.
To sync your data between Firestore and Algolia, there is an extension you can install which you can find more information on here.

Michael K
- 76
- 3