How do I change my Google login for a separate Firebase project?
I have one project that uses a client’s Google account to deploy to Firebase. This worked well in Wappler. However, I now need to deploy using a different client’s account. Wappler keeps using the 1st Google account to deploy to the new project.
I can see in firebase.debug that it is using the original account to authenticate to the new Firebase project.
[debug] [2024-01-08T22:12:46.212Z] [iam] error while checking permissions, command may fail: FirebaseError: HTTP Error: 401, Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See Integrating Google Sign-In into your web app | Authentication | Google for Developers.
There doesn’t seem to be a place to change this. Seems like I should be able to find it in the project settings.