What authentication providers does Firebase Auth support?

Beginner

Answer

Firebase Authentication supports multiple sign-in methods:

Social Providers:

  • Google
  • Facebook
  • Twitter
  • Apple
  • Microsoft
  • Yahoo
  • GitHub

Traditional Methods:

  • Email/Password
  • Phone number (SMS verification)
  • Anonymous authentication

Enterprise:

  • SAML
  • OpenID Connect (OIDC)
  • Custom token authentication