Dave Notes

3 hours ago

Why markdown > rich text editors

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: 'Dave',

    bio: 'None',

  }

}