type: service
status: active
timestamp: 2026-06-20
tags: [auth, firebase, providers, primary]

Firebase Auth provider list

6 sign-in providers wired into family Firebase Auth project

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

ProviderStatusRoleFile
Email link (passwordless)activeLowest-friction sign-up — magic link to inbox(built-in to Firebase Auth)
GoogleactiveOne-tap sign-in for the largest user pool(built-in)
GitHubactiveDeveloper-audience sites + extension publishers(built-in)
AnonymousactivePre-account state — preserves UID across upgrade(built-in)
Microsoftactive (NEW 2026-06-20)Entra ID + personal accounts; Azure-stack alignmentmicrosoft-sign-in.md
Passkeys / WebAuthnactive (NEW 2026-06-20)Phish-resistant, passwordlesspasskeys.md

Deferred / not yet enabled

ProviderStatusWhen
AppledeferredOnly when the family ships an iOS app — Apple’s “Sign in with Apple” is a Store requirement only at that point
PhonerejectedSMS costs money even on Spark; phishable; redundant with passkeys
Twitter / XrejectedOAuth gates behind paid API tier (2026)
FacebookrejectedDisproportionate 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


Edit on GitHub · Back to index