← knowledge.oriz.in

Supabase

service authdatabasesupabasefallback

Supabase

Role

Documented fallback for Firebase Spark — auth + relational DB if Firebase ever becomes untenable.

Free tier

Card / subscription required?

NO. Free tier is sign-up-only. Note: free projects are paused after 7 days of inactivity — that's a quirk, not a billing trigger.

Alternatives

Swap cost

High — Firestore schemas would be re-modeled to relational Postgres, security rules rewrite into RLS policies, the firebase-init package replaces with a supabase-init equivalent.

Why fallback only

Firebase's free tier is wider on auth (unlimited MAU) and Firestore fits document data better than relational. Supabase wins on SQL ergonomics, which we don't need yet.

Cross-refs