5
3 Comments

Added Supabase auth and database

I just added the crucial feature that gets me a giant leap closer to MVP launch.

You can now log in to veghacker.app and your data will be saved so that you can use Veghacker on multiple devices.

I've used Supabase.io (the open-source alternative to Firebase) as the backend and I love it! So good to be able to add auth, db, storage, cloud functions etc. without vendor lock-in.

Now I just need to do a little testing and tidying, so that it's presentable for my first users.

, Founder of Icon for Veghacker
Veghacker
on October 25, 2021
  1. 3

    I always found that logic to be a fallacy. You do have vendor lock-in, you are locked into to Supabase.io instead of Firebase. It's possible there is actually a good reason to use Supabase instead, but that reason is never going to be "avoiding vendor lock-in".

  2. 1

    Nice! What made you decide on using Supabase over Firebase?

    1. 0

      I like that Supabase is built on open source tech and I could transfer my database to another provider if I needed to. Also, I like playing with new things and Veghacker is an opportunity for me to experiment.
      If you're looking for a really tried and tested backend with tonnes of features, Firebase would be a better choice right now.