Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Conversation

@collinjackson
Copy link
Contributor

@collinjackson collinjackson commented Jun 28, 2019

Several improvements to transactions

  1. Transaction methods no longer cause errors when you fail to await. Fixes Cloud Firestore Do transaction failed. Reply already submitted flutter#34747
  2. Add an integration test for rapid calls to FieldValue.increment. We also seen reports of FieldValue.increment causing crashes (Cloud Firestore FieldValue.increment in quick succession crashes app on Android flutter#35269) so I'm checking in a test for this. Test is passing for me, so I'm curious what devices it fails on.

@collinjackson collinjackson requested a review from kroikie as a code owner June 28, 2019 19:32
@collinjackson collinjackson changed the title Add an integration test for rapid calls to FieldValue.increment [cloud_firestore] Transactions improvements Jun 28, 2019
@collinjackson collinjackson requested a review from cyanglaz July 8, 2019 15:11
Copy link
Contributor

@cyanglaz cyanglaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@collinjackson collinjackson merged commit 51a0fec into flutter:master Jul 8, 2019
@collinjackson collinjackson deleted the test_field_value branch July 8, 2019 15:41
mithun-mondal pushed a commit to bKash-developer/archived_plugins that referenced this pull request Aug 6, 2019
* Add a test for rapidly updating in quick succession

* Teach Transaction how to await automatically
julianscheel pushed a commit to jusst-engineering/plugins that referenced this pull request Mar 11, 2020
* Add a test for rapidly updating in quick succession

* Teach Transaction how to await automatically
julianscheel pushed a commit to jusst-engineering/plugins that referenced this pull request Mar 11, 2020
…utter#1780)

* add 'app' to signature of FirebaseAuthPlatform.confirmPasswordReset

* Update packages/firebase_auth/firebase_auth_platform_interface/CHANGELOG.md

Co-authored-by: Collin Jackson <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cloud Firestore Do transaction failed. Reply already submitted

3 participants