Algolia with supabase

Hi All, Can anyone please help me out to integrate algolia search withn supabase. I'm using flutterflow to create my flutter app. I searched on the google and i got that i have to use edge functions, but i have limited knowledge about all this stuff. Can anyone guide me how to do this. Thanks in advance.
6 Replies
Ryann
Ryann2y ago
I assume you would want to create an Edge function that interacts with Algolia, everytime there is a insert, update, or delete you need to set a trigger to run the function and update Algolia to keep it in Sync. I've thought about doing this before but it seems very cumbersome and not much fun to implement.
satan2898
satan2898OP2y ago
Thanks @Ryann, Yes exactly, that is what I need. So how you do it means what steps did you took. Can you explain me. As manual update is too hectic everytime.
Ryann
Ryann2y ago
What do you mean manual update, you need to write functions to update Algolia. Then once the database changes it will automatically update Algolia
satan2898
satan2898OP2y ago
Yes that's the issue even I am not aware where to write those functions.
Ryann
Ryann2y ago
Search Supabase Edge functions.
satan2898
satan2898OP2y ago
Thanks for the help @Ryann, it's done.

Did you find this page helpful?