Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

How to set Firestore Extension TimeLimit?

Hi All

Can we increase the timelimit for the Firestore extension in respect to the response or is there any way to set a timelimit for firestore extension similar to a javascript policy timelimit?

@Dino-at-Google @Anil Sagar @ Google

Thanks

Shubham

0 1 203
1 REPLY 1

There is no option to configure this, and the time limit on the underlying extensions infrastructure has a hard time limit anyway.

If you need more flexibility, I'd suggest manually interacting with firestore via the REST API ( https://firebase.google.com/docs/firestore/reference/rest ) with service callouts or similar rather than using the extension