Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 871 Bytes

BREAKING.md

File metadata and controls

36 lines (19 loc) · 871 Bytes

Breaking Changes

This is a comprehensive list of the breaking changes introduced in the major version releases of Capacitor Firebase Firestore plugin.

Versions

Version 7.x.x

Error codes

Error codes are now prefixed with firestore/ to be consistent with the Firebase Web SDK.

Dependencies

  • The Firebase Javascript SDK has been updated to 11.2.0.

Variables

  • On Android, the firebaseFirestoreVersion variable has been updated to 25.1.1.

Version 6.x.x

Dependencies

  • The Firebase Javascript SDK has been updated to 10.9.0.

QueryDocumentSnapshot interface

The QueryDocumentSnapshot interface has been replaced with the DocumentSnapshot interface.

Variables

  • On Android, the firebaseFirestoreVersion variable has been updated to 24.10.3.