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
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.
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.
What do you mean manual update, you need to write functions to update Algolia. Then once the database changes it will automatically update Algolia
Yes that's the issue even I am not aware where to write those functions.
Search Supabase Edge functions.
Thanks for the help @Ryann, it's done.