I try to deploy my app to firebase but it\'s fail.
$ firebase deploy --project af2test
⚠ Your CLI authentication needs to be updated to take advantag
MichaelBleigh had the answer
run
firebase list
which shows something like:
┌─────────┬───────────────────────┬─────────────┐
│ Name │ Project ID / Instance │ Permissions │
├─────────┼───────────────────────┼─────────────┤
│ af2test │ af2test-f289d │ Owner │
└─────────┴───────────────────────┴─────────────┘
Use the project id to deploy with
firebase deploy --project af2test-f289d