-
-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(firestore): remove the
QueryDocumentSnapshot
interface (#570)
- Loading branch information
Showing
3 changed files
with
17 additions
and
26 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@capacitor-firebase/firestore': major | ||
--- | ||
|
||
refactor: remove the `QueryDocumentSnapshot` interface |
This file contains 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 |
---|---|---|
@@ -1,3 +1,13 @@ | ||
# Breaking Changes | ||
|
||
This is a comprehensive list of the breaking changes introduced in the major version releases of Capacitor Firebase Firestore plugin. | ||
|
||
## Versions | ||
|
||
- [Version 6.x.x](#version-6xx) | ||
|
||
## Version 6.x.x | ||
|
||
### `QueryDocumentSnapshot` interface | ||
|
||
The `QueryDocumentSnapshot` interface has been replaced with the `DocumentSnapshot` interface. |
This file contains 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