Search code examples
firebasefirebase-cli

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

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