Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

203
Vistas
Email login option gone after FirebaseAuth upgrade iOS

I suddenly no longer get the email option on the login page. It was always there and then since upgrading it is now gone!

Here is how I declare the providers:

   let providers: [FUIAuthProvider] = [
        FUIGoogleAuth(),
        FUIFacebookAuth(),
        FUITwitterAuth(),
        FUIPhoneAuth(authUI:FUIAuth.defaultAuthUI()!)
    ]

I don't see any new EmailAuth. Evidently it was always defaulted in and now it is gone and I can't find any notice of a change.

EDIT:

Tried adding:

   let providers: [FUIAuthProvider] = [
        FUIEmailAuthProvider(), <======  compile error
        FUIGoogleAuth(),
        FUIFacebookAuth(),
        FUITwitterAuth(),
        FUIPhoneAuth(authUI:FUIAuth.defaultAuthUI()!)
    ]

but got this error:

'FUIEmailAuthProvider' cannot be constructed because it has no accessible initializers

over 4 years ago · Santiago Trujillo
3 Respuestas
Responde la pregunta

0

First needed:

pod 'FirebaseUI/Email'

Then added: FUIEmailAuth(),

over 4 years ago · Santiago Trujillo Denunciar

0

What if you replace FUIEmailAuthProvider() withFUIEmailAuth() instead;

let providers: [FUIAuthProvider] = [
  FUIEmailAuth(),
  FUIGoogleAuth(),
  FUIFacebookAuth(),
  FUITwitterAuth(),
  FUIPhoneAuth(authUI: FUIAuth.defaultAuthUI()),
]

And add the following to the Podfile:

pod 'FirebaseUI/Auth'

pod 'FirebaseUI/Email'
pod 'FirebaseUI/Google'
pod 'FirebaseUI/Facebook'
pod 'FirebaseUI/Twitter'
pod 'FirebaseUI/Phone'

According to: Using FirebaseUI for Authentication

over 4 years ago · Santiago Trujillo Denunciar

0

Actually its not properly described in the Firebase Documentation for iOS.

You have to add the pod pod 'FirebaseUI/Email' and after that:

  1. import FirebaseUI
  2. include FUIEmailAuth() as a provider

that will trigger Email sign in.

over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda