cloud_firestore_platform_interface 6.2.0 copy "cloud_firestore_platform_interface: ^6.2.0" to clipboard
cloud_firestore_platform_interface: ^6.2.0 copied to clipboard

A common platform interface for the cloud_firestore plugin.

6.2.0 #

  • FIX(firestore): deprecate databaseURL in favor of databaseId (#12593). (8966f483)
  • FEAT(firestore): add support for listening snapshot from cache (#12585). (f2cef8c1)

6.1.13 #

  • Update a dependency to the latest release.

6.1.12 #

  • FIX(firestore): fix documentation since persistenceEnabled has been enabled on Web (#12565). (9431b78f)

6.1.11 #

  • Update a dependency to the latest release.

6.1.10 #

  • Update a dependency to the latest release.

6.1.9 #

  • FIX(firestore): fix an issue that would cause FieldValue.increment to be interpreted as double (#12444). (e9823a41)

6.1.8 #

  • FIX(firestore): fix an issue that would cause FieldValue.increment to not work for big int (#12426). (a776dec5)

6.1.7 #

  • Update a dependency to the latest release.

6.1.6 #

  • FIX(firestore): aggregate query average() is null when collection is empty or collection doesn't exist or the property doesn't exist on docs (#12304). (4d3b578d)

6.1.5 #

  • Update a dependency to the latest release.

6.1.4 #

  • Update a dependency to the latest release.

6.1.3 #

  • Update a dependency to the latest release.

6.1.2 #

  • Update a dependency to the latest release.

6.1.1 #

  • Update a dependency to the latest release.

6.1.0 #

  • FIX(firestore): transaction.get() should throw FirebaseException on exception. (#12064). (3cfc5019)
  • FEAT(firestore): add support for sum and average aggregated queries (#11757). (82af6c2f)

6.0.10 #

  • FIX(firestore): output non-existent field in error message. (#12011). (d1bc584f)

6.0.9 #

  • Update a dependency to the latest release.

6.0.8 #

  • Update a dependency to the latest release.

6.0.7 #

  • Update a dependency to the latest release.

6.0.6 #

  • Update a dependency to the latest release.

6.0.5 #

  • FIX(firestore): ensure collectionGroup().count() aggregate query works (#11850). (85e71293)

6.0.4 #

  • Update a dependency to the latest release.

6.0.3 #

  • Update a dependency to the latest release.

6.0.2 #

  • Update a dependency to the latest release.

6.0.1 #

  • FIX(ios): fix clashing filenames between Auth and Firestore (#11731). (8770cafc)

6.0.0 #

Note: This release has breaking changes.

  • FEAT(firestore,windows): add support to Windows (#11516). (e51d2a2d)
  • BREAKING FIX: pin pigeon for firebase_auth, cloud_firestore & firebase_core (#11715). (66c158c3)

5.16.2 #

  • Update a dependency to the latest release.

5.16.1 #

  • FIX(firestore): allow DocumentReference to be used to in Filter queries (#11593). (3f570c6d)

5.16.0 #

  • FEAT(firestore): add support for multiple database instances (#11310). (ce6efcc1)

5.15.4 #

  • FIX(firestore): allow FieldPath.documentId as a field argument in queries (#11443). (4e01a9d8)

5.15.3 #

  • FIX(firestore): allow up to 30 Filter queries within Filter.or() & Filter.and() (#11140). (e1f0064d)

5.15.2 #

  • FIX(firestore,apple): issue where setting persistence caused a crash. kFIRFirestoreCacheSizeUnlimited no longer usable. (#11174). (536cbf07)

5.15.1 #

  • FIX(firestore): update deprecated persistence API (#11069). (076e7af8)

5.15.0 #

  • FEAT(firestore): add the ability to enable debug logging (#11019). (ec4c4474)

5.14.1 #

  • Update a dependency to the latest release.

5.14.0 #

  • FEAT: update dependency constraints to sdk: '>=2.18.0 <4.0.0' flutter: '>=3.3.0' (#10946). (2772d10f)
  • FEAT: update librairies to be compatible with Flutter 3.10.0 (#10944). (e1f5a5ea)

5.13.0 #

  • FEAT: upgrade to dart 3 compatible dependencies (#10890). (4bd7e59b)

5.12.1 #

  • Update a dependency to the latest release.

5.12.0 #

5.11.5 #

  • Update a dependency to the latest release.

5.11.4 #

  • Update a dependency to the latest release.

5.11.3 #

  • Update a dependency to the latest release.

5.11.2 #

  • Update a dependency to the latest release.

5.11.1 #

  • Update a dependency to the latest release.

5.11.0 #

5.10.2 #

  • REFACTOR: upgrade project to remove warnings from Flutter 3.7 (#10344). (e0087c84)

5.10.1 #

  • Update a dependency to the latest release.

5.10.0 #

  • FEAT: add ServerTimestampBehavior to the GetOptions class. (#9590). (c25bd2fe)

5.9.2 #

  • FIX: Replace FallThroughError with UnsupportedError (0592d02b)

5.9.1 #

  • Update a dependency to the latest release.

5.9.0 #

  • FEAT: experimental setIndexConfiguration() API (#9928). (bf6eda18)

5.8.5 #

  • Update a dependency to the latest release.

5.8.4 #

  • FIX: fix aggregated count to use the current query and not only the collection on Web (#9824). (ada39355)

5.8.3 #

  • REFACTOR: add verify to QueryPlatform and change internal verifyToken API to verify (#9711). (c99a842f)

5.8.2 #

  • Update a dependency to the latest release.

5.8.1 #

  • Update a dependency to the latest release.

5.8.0 #

  • FEAT: count() feature for counting documents without retrieving documents. (#9699). (ac0bf733)

5.7.7 #

  • FIX: Exceptions inside Query.snapshots() and more now have a stack trace that correctly points to the invocation of the throwing method (#9639). (2f7adcb7)

5.7.6 #

  • Update a dependency to the latest release.

5.7.5 #

  • Update a dependency to the latest release.

5.7.4 #

  • Update a dependency to the latest release.

5.7.3 #

  • Update a dependency to the latest release.

5.7.2 #

  • Update a dependency to the latest release.

5.7.1 #

  • Update a dependency to the latest release.

5.7.0 #

  • FEAT: add max attempts for Firestore transactions (#9163). (9da7cc36)

5.6.0 #

  • FEAT: upgrade to support v9.8.1 Firebase JS SDK (#8235). (4b417af5)

5.5.10 #

  • FIX: bump firebase_core_platform_interface version to fix previous release. (bea70ea5)

5.5.9 #

  • Update a dependency to the latest release.

5.5.8 #

  • REFACTOR: migrate from hash* to Object.hash* (#8797). (3dfc0997)
  • REFACTOR: use "firebase" instead of "FirebaseExtended" as organisation in all links for this repository (#8791). (d90b8357)

5.5.7 #

  • Update a dependency to the latest release.

5.5.6 #

  • REFACTOR: fix analyzer issues introduced in Flutter 3.0.0 (#8655). (b05d7fa1)

5.5.5 #

  • Update a dependency to the latest release.

5.5.4 #

  • Update a dependency to the latest release.

5.5.3 #

  • Update a dependency to the latest release.

5.5.2 #

  • DOCS: Fix method name typo in code documentation (#8291). (7b4e06db)

5.5.1 #

  • FIX: update all Dart SDK version constraints to Dart >= 2.16.0 (#8184). (df4a5bab)

5.5.0 #

  • FEAT: refactor error handling to preserve stack traces on platform exceptions (#8156). (6ac77d99)

5.4.13 #

  • FIX: Export enum LoadBundleTaskState from Platform Interface package. (#8027). (7fa461e4)

5.4.12 #

  • Update a dependency to the latest release.

5.4.11 #

  • Update a dependency to the latest release.

5.4.10 #

  • REFACTOR: fix all unnecessary_import analyzer issues introduced with Flutter 2.8. (7f0e82c9)

5.4.9 #

  • Update a dependency to the latest release.

5.4.8 #

  • Update a dependency to the latest release.

5.4.7 #

  • Update a dependency to the latest release.

5.4.6 #

  • Update a dependency to the latest release.

5.4.5 #

  • Update a dependency to the latest release.

5.4.4 #

  • Update a dependency to the latest release.

5.4.3 #

  • Update a dependency to the latest release.

5.4.2 #

  • Update a dependency to the latest release.

5.4.1 #

  • Update a dependency to the latest release.

5.4.0 #

  • STYLE: enable additional lint rules (#6832).
  • FEAT: override ==/hashCode for Firestore Queries (#6797).

5.3.0 #

  • FEAT: useFirestoreEmulator(host, port) API for firestore (#6428).

5.2.0 #

  • FEAT: useFirestoreEmulator(host, port) API for firestore (#6428).

5.1.2 #

  • Update a dependency to the latest release.

5.1.1 #

  • Update a dependency to the latest release.

5.1.0 #

  • FEAT: loadBundle() & namedQueryGet() implementation (#6037).

5.0.1 #

  • DOCS: Add missing homepage/repository links (#6054).
  • CHORE: publish packages (#6022).
  • CHORE: publish packages.

5.0.0 #

Note: This release has breaking changes.

  • BREAKING FEAT: convert FieldPath parameters from dynamic to Object (#5997).

4.0.3 #

  • Update a dependency to the latest release.

4.0.2 #

  • Update a dependency to the latest release.

4.0.1 #

  • Update a dependency to the latest release.

4.0.0 #

  • Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

4.0.0-1.0.nullsafety.2 #

  • FIX: Fix type issue. (#5081).
  • FIX: Fixed crashes due to null Settings (#5031).

4.0.0-1.0.nullsafety.1 #

  • TESTS: update mockito API usage in tests

4.0.0-1.0.nullsafety.0 #

Note: This release has breaking changes.

  • BREAKING REFACTOR: migrate to NNBD (#4780).

3.0.1 #

  • Update a dependency to the latest release.

3.0.0 #

Note: This release has breaking changes.

  • FEAT: Move Snapshot handling into a EventChannel (#4209).
  • BREAKING REFACTOR: remove all currently deprecated APIs (#4594).

2.2.1 #

  • Update a dependency to the latest release.

2.2.0 #

  • FEAT: migrate firebase interop files to local repository (#3973).
  • CHORE: publish packages.
  • CHORE: publish packages.

2.1.3 #

  • Update a dependency to the latest release.

2.1.2 #

  • FIX: bubble exceptions (#3701).
  • FIX: fix returning of transaction result (#3747).

2.1.1 #

  • FIX: typo in code comments (#3655).
  • DOCS: remove updateBlock reference in Firestore docs (#3728).

2.1.0 #

  • FIX: check for Stream existence before sending event (#3435).
  • FEAT: add a [] operator to DocumentSnapshot, acting as get() (#3387).
  • DOCS: Fixed docs typo (#3471).

2.0.1 #

  • Fixed 2 race conditions. (#3251)
    • When a snapshot stream unsubscribes, the Dart Stream is removed at the same time an async request to remove the native listener is sent. In some cases, an event is sent from native before the native listener has been removed, but after the Dart Stream is removed, causing an assertion error.
    • If a widget updates in a very short period of time, the onCancel stream handler is called pretty much straight away. Since setting up the stream handler takes longer than removing, in some edge cases it's trying to remove a listener which hasn't been created.

2.0.0 #

  • See cloud_firestore plugin changelog.

1.1.2 #

  • Update lower bound of dart dependency to 2.0.0.

1.1.1 #

  • Fixed formatting in the CHANGELOG.

1.1.0 #

  • Updated FieldValueFactoryPlatform to use generics.
  • FieldValuePlatform no longer extends PlatformInterface.
  • MethodChannelFieldValue no longer extends FieldValuePlatform and supports equality comparison.
  • Fixed the file name of a test.

1.0.1 #

  • Make the pedantic dev_dependency explicit.

1.0.0 #

  • Created Platform Interface