I tried to deploy a very simple site for a Firebase project I have set up, and followed the following steps:
- firebase login (I was already logged in since I have other projects I'm working on)
- firebase init (created the .firebaserc and database.rules.json files).
- firebase deploy
On deploy, I keep getting the following error message:
λ firebase deploy
! Your CLI authentication needs to be updated to take advantage of new features.
! Please run firebase login --reauth
Error: Unable to authorize access to project [PROJECT NAME]
I succesfully ran firebase login --reauth and I still get this.
Anyone know what I could be doing wrong here?