-
Notifications
You must be signed in to change notification settings - Fork 578
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
[cloud_firestore] Snapshot lost all attributes data after offline updates #3528
Comments
@lukber I'll take a look into this. |
@lukber I'm not able to reproduce this issue. Could you enable debug logging by calling |
@dconeybe I create logcat output with debug logging. Snapshot data has APP_LOG tag. |
Here is a test application. You must put google-services.json yourself.
|
Thank you for the reproduction app. I've been able to reproduce and there is indeed a bug in Firestore. I still have to investigate further, but for now a workaround would be to downgrade |
* Fix: #3528 * Fix test failure * Simpler fix * Ugly fix fixes
Describe the problem
When is Android client offline and I add a new document to firestore and then I call update data on this document then snapshot contain only updated attribute.
Steps to reproduce:
Create new document
Snapshot listener
Update document
Log
The text was updated successfully, but these errors were encountered: