Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase Auth does not work with Twitter API v2?

Looks like Firebase JS lib doesn't work with Twitter API v2?

I see the following error message.

index.js:1 FirebaseError: Firebase: Failed to fetch resource from 
https://api.twitter.com/1.1/account/verify_credentials.json?include_email=true, 
http status: 403, 
http response: {"errors":[
   {"message":"You currently have Essential access which includes access 
               to Twitter API v2 endpoints only. If you need access to this endpoint, 
                you’ll need to apply for Elevated access via the Developer Portal. 
                You can learn more here: 
                https://developer.twitter.com/en/docs/twitter-api/getting-started/about-twitter-api#v2-access-leve","code":453}]}
like image 334
Surya Avatar asked May 02 '26 01:05

Surya


2 Answers

If you want to know the steps for Twitter elevated access, please follow the attached image steps: enter image description here ... for elevated access of Twitter.

like image 139
Yashika Avatar answered May 03 '26 15:05

Yashika


You'll need to apply for elevated access on the developer portal. enter image description here

like image 25
MbaiMburu Avatar answered May 03 '26 16:05

MbaiMburu