I have several Cloud Functions running with Google Cloud that interact with Firebase.
All but one of the functions are working normally, reading and writing to Firebase. The one function gets an error:
Total timeout of API google.firestore.v1.Firestore exceeded 60000 milliseconds before any response...
I checked the section for errors and logs. There's no indication of a problem, or nothing descriptive at least. The first time I saw this error several days ago, I resolved by linking a billing account, just based on a guess. How can I troubleshoot this issue now?