You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(base) andrewjenkins@Andrews-MBP tmpt_me_client % firebase login --reauth
(node:85243) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Error: Authentication Error: Your credentials are no longer valid. Please run firebase login --reauth
(base) andrewjenkins@Andrews-MBP tmpt_me_client % firebase logout
(node:53687) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Error: Authentication Error: Your credentials are no longer valid. Please run firebase login --reauth
Steps to reproduce
With most recent version of 13.13.2:
npm install -g firebase-tools
firebase login
...wait for credentials to expire
firebase login --reauth
Expected behavior
I should be able to logout or refresh expired credentials
Actual behavior
The tool produces an Authentication Error even on logout. Downgrading to npm install -g firebase-tools@13.13.1 works