← knowledge.oriz.in

Firebase Auth provider list

service authfirebaseprovidersprimary

Firebase Auth provider list

This file lists every sign-in provider enabled on the family's oriz-app Firebase Auth project. The auth backend itself is documented in firebase-spark.md; this is the providers-and-roles view.

The 6 active providers

Provider Status Role File
Email link (passwordless) active Lowest-friction sign-up — magic link to inbox (built-in to Firebase Auth)
Google active One-tap sign-in for the largest user pool (built-in)
GitHub active Developer-audience sites + extension publishers (built-in)
Anonymous active Pre-account state — preserves UID across upgrade (built-in)
Microsoft active (NEW 2026-06-20) Entra ID + personal accounts; Azure-stack alignment microsoft-sign-in.md
Passkeys / WebAuthn active (NEW 2026-06-20) Phish-resistant, passwordless passkeys.md

Deferred / not yet enabled

Provider Status When
Apple deferred Only when the family ships an iOS app — Apple's "Sign in with Apple" is a Store requirement only at that point
Phone rejected SMS costs money even on Spark; phishable; redundant with passkeys
Twitter / X rejected OAuth gates behind paid API tier (2026)
Facebook rejected Disproportionate privacy-policy work for low marginal sign-ins

Card / subscription required?

NO. All 6 active providers + Apple (when added) are native to Firebase Auth on the Spark plan. Microsoft's Entra ID app registration is free; passkey verification is free. No paid provider, no SMS, no per-MAU billing.

Why this set

Implementation notes

Cross-refs