Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

121
Views
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
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!