Right now it seems I can use it easily on web with the supabase web sdk, how would you suggest using this in mobile iOS and android codebase?
Overall, supabase could be a better solution for me since I am also using postgres for my main data repo, and only used firebase for auth and now chat because of how easy (literally <30 min) it was to set up.
Unfortunately we don't have libraries for iOS and Android yet, however you can vote on them (https://github.com/supabase/supabase/issues/5), or you could use a JS wrapper (Expo/ReactNative/Ionic etc)
Comments
Here's a 3 minute demo showing how to deploy a slack clone using Supabase:
https://www.youtube.com/watch?v=2oqIZW5S-lQ
Disclaimer: Supabase cofounder. Thanks for the shout-out @johnhenry
Hi, really cool stuff!
Right now it seems I can use it easily on web with the supabase web sdk, how would you suggest using this in mobile iOS and android codebase?
Overall, supabase could be a better solution for me since I am also using postgres for my main data repo, and only used firebase for auth and now chat because of how easy (literally <30 min) it was to set up.
Thanks!
Unfortunately we don't have libraries for iOS and Android yet, however you can vote on them (https://github.com/supabase/supabase/issues/5), or you could use a JS wrapper (Expo/ReactNative/Ionic etc)
Hopefully we can make this even faster soon..
Awesome stuff, by the way. Keep up the good work!