You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firestore no longer limits the number of writes that can be passed to a Commit operation or performed in a transaction. Previously, the limit was 500. Limits for request size and the transaction time limit still apply.
The text was updated successfully, but these errors were encountered:
In Firestore Datastore mode, 500 write limits are no longer applied.
https://cloud.google.com/datastore/docs/release-notes?hl=en#March_29_2023
The text was updated successfully, but these errors were encountered: