Authentication Issues (Connection and Daily Verification) Google Workspace-Firebase Account

We currently have a corporate account on Google Workspace (Business Plus).

I have a project on Firebase, and I am automating it with MAKE.

I have followed the steps to integrate the account, but every day I have to request authentication through the connections section where it asks for the account password, to reauthorize the connection daily.

What am I doing wrong?
I do not have to go through this process with another account.

Welcome to the Make community!

How was the connection set up? Did you create a GCP project/app and use that when setting up the connection? If yes, it might be because you did not set the app to “Production”.

For more information, see

Publish your GCP OAuth2 app

Direct Link: https://console.cloud.google.com/apis/credentials/consent

You might need to set your OAuth application to “Production”, otherwise the credentials expire very frequently.

1. To do this, go to menu item “OAuth consent screen”

or click here https://console.cloud.google.com/apis/credentials/consent

2. Then click the button below if the Publishing status is not “In production”

2 Likes

I’m having this same issue inside Make and Zapier.
I’ve just followed your instructions and can confirm its been “In Production” the whole time.

But my Auth disconnects after 24 hours.

Really need to solve this, appreciate any help.

Try following this newer topic for future updates, HTTP OAuth2 Module - How to get Refresh Token for Google APIs - #5 by Shawn

1 Like