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?
The sign-in token is associated with a user. It should grant access to all projects of the signed-in user.