This repository was archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
[cloud_firestore] add support for MetadataChanges #1918
Merged
Merged
Changes from 7 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
9981b50
[cloud_firestore] add support for MetadataChanges
long1eu 8f4835a
Merge branch 'master' of https://github.com/flutter/plugins
long1eu f2a76ff
fix: formatting issue
long1eu 55302f9
Revert file that shouldn't be changed
collinjackson 095ea23
Revert change to example that would result in dead code
collinjackson 15b8862
Update to includeMetadataChanges
collinjackson 4a246b0
Revert "Revert change to example that would result in dead code"
collinjackson dab7bd2
fix tests
collinjackson b0abf2f
Update tests
collinjackson 77ea54f
Fix Java
collinjackson 37388cb
Fix compile error
collinjackson 718081f
Merge remote-tracking branch 'origin/master' into MetadataChanges
collinjackson 5caddd5
Fix iOS compile
collinjackson 0967909
fix: use the string values of the message when it's not null
long1eu 532ab99
test: add integration test for metadata changes
long1eu 2221d75
fix: remove unused import
long1eu 6de4b7f
Merge remote-tracking branch 'origin/master' into MetadataChanges
collinjackson 245e2f4
Revert project.pbxproj
collinjackson 29a20eb
Added integration test
collinjackson b35d86e
Fix metadata test and lints
collinjackson 90fdbce
Update cloud_firestore.dart
collinjackson 4c942a2
Fix test + reformat
collinjackson f04610e
Merge remote-tracking branch 'origin/master'
long1eu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ description: Flutter plugin for Cloud Firestore, a cloud-hosted, noSQL database | |
| live synchronization and offline support on Android and iOS. | ||
| author: Flutter Team <[email protected]> | ||
| homepage: https://github.com/flutter/plugins/tree/master/packages/cloud_firestore | ||
| version: 0.12.8 | ||
| version: 0.12.9 | ||
|
|
||
| flutter: | ||
| plugin: | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.