This is a comprehensive list of the breaking changes introduced in the major version releases of Capacitor Firebase Firestore plugin.
Error codes are now prefixed with firestore/
to be consistent with the Firebase Web SDK.
- The Firebase Javascript SDK has been updated to
11.2.0
.
- On Android, the
firebaseFirestoreVersion
variable has been updated to25.1.1
.
- The Firebase Javascript SDK has been updated to
10.9.0
.
The QueryDocumentSnapshot
interface has been replaced with the DocumentSnapshot
interface.
- On Android, the
firebaseFirestoreVersion
variable has been updated to24.10.3
.