Skip to content

Latest commit

 

History

History
109 lines (55 loc) · 7.01 KB

CHANGELOG.md

File metadata and controls

109 lines (55 loc) · 7.01 KB

@capacitor-firebase/firestore

7.1.0

7.0.0

Major Changes

Minor Changes

Patch Changes

6.3.1

6.3.0

Minor Changes

  • 72080dd (#760): feat(deps): add support for Firebase JS SDK 11

6.2.0

Minor Changes

  • fd2ee14 (#705): feat: include metadata property on snapshot

Patch Changes

  • a780009 (#737): chore(ios): update Firebase pods to version 11.0

6.1.0

Minor Changes

  • 5ff6573 (#646): feat: add addCollectionGroupSnapshotListener(...) method

Patch Changes

  • f597638 (#642): chore(deps): update Firebase iOS SDK to 10.25

6.0.0

Major Changes

  • 249ba0a (#612): chore(deps): update Firebase iOS SDK to 10.24.0
  • 6703b9d (#594): chore(deps): update the firebase dependency to 10.9.0
  • 8ad8035: feat: update to Capacitor 6
  • eb15c5e (#570): refactor: remove the QueryDocumentSnapshot interface

Minor Changes

  • 4d21118 (#572): feat(android): support dynamic Firebase config

5.4.1

Patch Changes

  • 0e07179: fix(ios): add missing path property
  • 1105fcd: fix(android): add null check
  • 2005662 (#562): fix(android): only last QueryFilterConstraint was applied

5.4.0

Patch Changes

  • 2b1d4d7 (#535): fix(web): getCollectionGroup(...) returns no data

5.3.0

Patch Changes

  • e6e75ad: fix: remove all listeners correctly
  • 5c720b5 (#471): fix(android): NullPointerException in getDocument(...)

5.2.0

Minor Changes