Search code examples
androidfirebasefirebaseuialgolia

How to integrate firebse list ui with algolia search capabilities


My question is how can i filter firebase data with algolia using the firebase list or recyclerview ui


Solution

  • You should have a look at InstantSearch Android, Algolia's library for building search interfaces in Android apps. Its Hits widget is based on a RecyclerView and is made to display your search hits.

    Have a look at the Getting Started Guide, or at one of the example applications like this Media example:

    media example