Patrick Lysaght
Patrick Lysaght
@iAMkVIN-S Count me as one of the 1.1M weekly installers. My cloud functions have been running smoothly for months, then yesterday I started receiving 403 Forbidden error messages with all...
@iAMkVIN-S Thanks and yes, not exactly the same issue...but in the same ball park. All functions running smoothly for months, no changes, then bam a bunch of 403 forbidden errors...
https://gist.github.com/PL47productions/87422a54807d6280462920f7e0cb2d01 The above link is the error output I receive for the function below that was running fine for months. ` exports.refreshFinToken = functions.pubsub.schedule('every 80 minutes').onRun(async (context) => { const...
Apologies, our issues are different indeed...mine is related to errors within firebase functions, not with firestore. I opened a support ticket with firebase and in the meantime, I added a...