clean-aquamarineC
Refine2y ago
17 replies
clean-aquamarine

Supabase functions

I need to use a supabase function to fetch a result of location decoding from long encoded postgis location string string to x and y values and distance calculation, i've implemented the function fetch_parking_spaces_by_distance(lat float, long float) that returns my desired table. I don't know how to implement it to display it in a list. Is there a way to override the schema and datasource for a supabase.rpc()?
Was this page helpful?