Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.
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 212
1 REPLY 1

cjking
Former Googler

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