I am testing Firebase Auth and trying to log in with Twitter. Everything was working fine before the Twitter API v2 update. Now I keep getting the following page.
What do I need to do in order to make this work consistently? All I need to do is log people into my app, that’s it.
1 Like
Hmm, I think it’s related to URL redirect to api auth, may you check the code when user clik Sign in With Twt?
1 Like
The v2 API endpoints made no changes at all to authentication routes, so that would not have impacted this. I’m not familiar with Firebase, but you will need to ensure that your authentication callback URLs are correct in the developer portal for your application.
1 Like
I think the problem is that I logged in too many times with the same email. I tried another email and it worked. Is there a way to fix this? I thought I was in a sandbox environment with Twitter.
1 Like
system
Closed
#5
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.