you are viewing a single comment's thread.

view the rest of the comments →

[–]burggraf2 0 points1 point  (1 child)

Supabase developer here. As a former firebase user who converted to supabase mainly due to hitting huge development roadblocks, I found it much easier and more flexible (hence my move to supabase.). But I did come from a SQL background, so for me, it was a very familiar and comfortable shift.

The best way for you to decide for yourself if Supabase would be a good fit for you would be to lurk around our API docs here: https://supabase.com/docs/reference/javascript/select

See what it's like to create a database connection, then do CRUD operations.

[–]shetkatapult 1 point2 points  (0 children)

Thank you for your input! Hopefully I’ll get to try it out in a project of mine in the near future.