-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
[REQUIRED] Environment info
firebase 13.13.2
firebase-tools:
macos
Platform:
[REQUIRED] Test case
firebase login --reauth
Error: Authentication Error: Your credentials are no longer valid. Please run firebase login --reauth
For CI servers and headless environments, generate a new token with firebase login:ci
Having trouble? Try firebase [command] --help
firebase logout
Error: Authentication Error: Your credentials are no longer valid. Please run firebase login --reauth
For CI servers and headless environments, generate a new token with firebase login:ci
Having trouble? Try firebase [command] --help
[REQUIRED] Steps to reproduce
try to issue commands firebase login, firebase login --reauth, firebase logout
[REQUIRED] Expected behavior
The commands work as expected
[REQUIRED] Actual behavior
The commands fail with the Authentication Error message
WORKAROUND: Uninstalled 13.13.2, installed 13.13.1, all commands work as expected.