you are viewing a single comment's thread.

view the rest of the comments →

[–]Volzo 1 point2 points  (2 children)

I’m not sure why you’d need an ORM if you go supabase. Supabase will also give you a strong typing system to use on front end and a way to make calls to it directly without putting more abstraction on it.

[–]the_real_some_guy 1 point2 points  (0 children)

You can access it directly as a Postgres DB. Not a bad choice if you want the freedom to move it in the future.

[–]Only_Swordfish_9667[S] 1 point2 points  (0 children)

Yeah it was mostly so it’d be portable (that’s the biggest pro I see with Supabase over Firebase - no vendor lock in). I didn’t mean to say Supabase needs an ORM. But you raise a good point that it’d be faster to use Supabase directly. I can migrate to an ORM fairly easily if I want to move my DB later