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

122
Vistas
Force re-approve on Firebase Twitter Auth

I am building a web app to which users login with their Twitter account. I am building with Firebase JS SDK, and have been able to let users login with their twitter account with the following code:

const provider = new firebase.auth.TwitterAuthProvider();
    const result = await firebase.auth().signInWithPopup(provider);
    setMe(result.additionalUserInfo?.profile);
    setToken({
      oauthToken: result!.credential!.accessToken,
      oauthTokenSecret: result!.credential!.secret,
    });

The issue I am facing is that once a user logs in with a certain Twitter credentials, log out, and log in again, the user automatically logs in with the original Twitter account, and cannot log in with any other Twitter account.

Is there any way I can force Twitter account re-approve every time the user attempts login?

about 4 years ago · Juan Pablo Isaza
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