What is the maximum timeout for Firestore JS client httpsCallable timeout?
Issue
I keep getting this error after 5mins and 1sec after executing the code
onCall Methods fail in Cloud Functions
I’m trying to get started with Cloud Functions for Firebase and trying to implement a simple onCall
handler. I have copied the default code from the documentation for v2 functions and reduced it to get the simplest possible code to rule out other issues. For reference here is a minimal index.js
: