Eve Notes

3 hours ago

Open source changed my career

Why I left Firebase

2025 reality: I wanted real SQL, RLS, and storage control.

Supabase delivered.

Migration: 3 days

sql -- Auth users moved in one click SELECT * FROM auth.users;

Now I sleep better. Pro tip: pair with n8n.

const aboutMe = function() {

  return {

    display_name: 'Eve',

    bio: 'None',

  }

}