Google Cloud

Job ID: 36848953

Budget: €36 – €0 EUR

google cloud functions
google scheduled scheduler

these are two services we use from google cloud and trying to get what we want

1. we created a function with google cloud functions, and when that is called it creates a document into firebase collection, confirming the function works
2. we create a scheduler, that runs every minute and on running it triggers the function of #1, so technically when these two are connected we should get a new entry in firebase every minute

but the problem is that this cloud scheduler is unable to trigger/start/run the function, we are facing unauthenticated error there