react-firebase icon indicating copy to clipboard operation
react-firebase copied to clipboard

HTTP Error: 403, The caller does not have permission

Open JohnnyKapps opened this issue 6 years ago • 7 comments

Following the steps on README I`m facil the error "HTTP Error: 403, The caller does not have permission" when I'm trying to "firebase init"

JohnnyKapps avatar Jan 19 '19 01:01 JohnnyKapps

Copy your config from your dashboard's Develop -> Authentication -> Web Setup and replace sample config on src/firebase.js file after cloning this sample project.

jeescu avatar Jan 21 '19 05:01 jeescu

Try removing " .firebaserc " file and " firebase.json " file

then do " firebase init "

then select whatever options you want

shivam4786 avatar Jul 19 '19 05:07 shivam4786

I had a similar issue. I was actually signed into a different Firebase account in my CLI. After running firebase logout and firebase login with the correct Firebase account it worked fine.

jameskip avatar Jan 02 '20 19:01 jameskip

I had this issue when trying to add a new project, I edited firebaserc manually and forgot I had to run firebase use --add instead.

EliasTouil avatar Apr 26 '20 23:04 EliasTouil

I had this issue when trying to add a new project, I edited firebaserc manually and forgot I had to run firebase use --add instead.

This Works for me thanks @EliasTouil

varunpawardentulu avatar Oct 13 '20 11:10 varunpawardentulu

I had this issue when trying to add a new project, I edited firebaserc manually and forgot I had to run firebase use --add instead.

Thank you for the help! This solution worked for me.

joshuareisbord avatar Apr 03 '21 18:04 joshuareisbord

So none of the above solutions worked for me, but what DID work was:

1.Go to firebase.com in the browser, click "go to console" and start the project from there 2.In command line, run firebase init functions again and select "use existing project"

This time the project came up and firebase init functions ran to completion

eggsmayhem avatar Jul 12 '22 22:07 eggsmayhem