'Is the "firebase login:ci" token tied to a specific project?

When I use firebase login:ci to get a token, is that tied to the project that is selected with firebase use or is it a token that will work with any/all of my projects?



Solution 1:[1]

The sign-in token is associated with a user. It should grant access to all projects of the signed-in user.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Frank van Puffelen