Algolia Firebase and Android integration
In my Android app, I am using Firebase as a database. I want to add some search capability and after my research I have found that Algolia is proper for me. Algolia's Firebase tutorial explains how to integrate my existing Firebase database with Algolia. In this tutorial, they provide some Node.js code (which I am not familiar with). In the first gathering of data, I just copied the integration code, did the necessary changes and ran it on Windows terminal: the data is now imported from Firebase to Algolia. But there are some other necessary specifications like updating, removing data. They