I noticed error in my Cloud Function
invocation via Pub/Sub.
Every time it throws an Error :
Error: Could not load the default credentials. Browse to https://cloud.google.com/docs/authentication/getting-started for more information.
at GoogleAuth.getApplicationDefaultAsync (/srv/functions/node_modules/google-auth-library/build/src/auth/googleauth.js:161:19)
at process._tickCallback (internal/process/next_tick.js:68:7)
I already redeployed it with specific credentials for use. And refactored my code accordingly to that proposal https://stackoverflow.com/questions/58127896/error-could-not-load-the-default-credentials-firebase-function-to-firestore/58779000#58779000
But nothing has been changed. It looks like Google released some updates and it was crashed. I think so because of our mobile app, wich does use Firebase SDK and invokes cloud functions directly. But it's wrote on Swift but my Cloud Functions is wrote on JS. So it means that we are using DIFFERENT libs, but have THE SAME ISSUE. Does somebody know something about that issue ? It would be super helpful for my team. Thanks in advance.