firebase / firebase-tools

The Firebase Command Line Tools
MIT License
4.03k stars 951 forks source link

firebase login --reauth failing #7453

Closed matheus-sampaio-bbf closed 4 months ago

matheus-sampaio-bbf commented 4 months ago

Environment info

firebase-tools: 13.13.2

Platform: Windows, powershell terminal

Node: v20.5.1 Npm: 9.8.0

Test case

Tried to firebase login --reauth

Steps to reproduce

Run firebase login --reauth after 1 day of last login

Expected behavior

Login

Actual behavior

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

image

matheus-sampaio-bbf commented 4 months ago

Updating to version 13.13.3 solved the issue for me