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
{{ message }}
This repository was archived by the owner on May 8, 2026. It is now read-only.
OS: Linux
openjdk version 11.0.11
firebase-admin:7.3.0
google-cloud-firestore:2.5.0
A transaction with the local emulator that always throws an exception is constantly retried and never times out:
If I replace the
throwstatement withreturn, the invocation finishes successfully.I also tried adding the following, and it didn't work:
I expected the following:
Did I miss something?