Mila

Results 74 comments of Mila

Hi @mx2323, could you please check the firebase console and google cloud console. They should have highlighted any quotas have exceeded on that specific date. "RESOURCE_EXHAUSTED" errors can be transient,...

Hi @mx2323, I have asked internally with the projectId you have provided with my colleague. Unfortunately, we cannot tell exactly which quota is exceeded, except it might be "Send quota...

Hi @MrLibya, thank you for raising this issue. Quick confirmation, any batch that has been successful, will be removed from the re-try logic (this.batches), is it?

A timeout doesn't necessarily mean the operation failed, so the operation might be still running on the server side when the client timed out. I assume you can see the...

Have you considered using [BulkWriter](https://cloud.google.com/nodejs/docs/reference/firestore/latest/firestore/bulkwriter) instead? It should handle errors and retries on behalf.

Hi @Drpepper78 , thank you for reporting this issue. Could you please confirm: 1. if you have reached [Maximum Writes per second](https://firebase.google.com/docs/firestore/quotas#writes_and_transactions) 2. If this is only happening to writes...

Have you tried upgrading the SDK to the newest version? This could be due to the broken grpc library. https://github.com/firebase/firebase-admin-node/issues/2495#issuecomment-2101667223 Also, is it possible share the stack trace of the...

Hi @fahmifan, which firestore sdk version are you using? Is this error happening constantly or intermittently? Is it happening to specific queries or in general? Would it be possible to...

@fahmifan please try upgrading them to newest version, and see if the issue persists. > I just saw this error only on our code that's doing pagination query This is...

Hi @fanwgwg, thank you for raising this issue. While I am looking into this, could you please try: 1. change the `Date` to `Timestamp`: https://github.com/firebase/firebase-ios-sdk/blob/4f6c342424df416d78dfc12d08c97769fd4e1152/Firestore/Swift/Source/Codable/ServerTimestamp.swift#L64 2. give it a default...