-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firestore: Fix FAILED_PRECONDITION when writing to a deleted document in a transaction #10431
Conversation
…nsactionsOnDeletedDoc
Coverage Report 1Affected Products
Test Logs |
…f variable of type 'FIRDocumentSnapshot *__strong' to itself
…rator.py in python 3.11.
…rator.py in python 3.11.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As far as I can understand, the bug fix logic is in sync with web and android SDK.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…stead of reinventing the wheel with getDocumentRef
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
… in a transaction (#10431)
FYI This fix has been incorporated into version 10.2.0 released November 15, 2022 https://firebase.google.com/support/release-notes/ios#version_1020_-_november_15_2022 |
This PR ports firebase/firebase-js-sdk#6550, and its follow-up PR firebase/firebase-js-sdk#6729. A similar port to the Android SDK was done in firebase/firebase-android-sdk#4257.