Failed to update ssl context: com Google Android gms common GooglePlayServicesNotAvailableException

  • Update a dependency to the latest release.

  • Update a dependency to the latest release.

  • Update a dependency to the latest release.

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

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

  • FEAT: Bump Firebase iOS SDK to 9.2.0 (#8594). (79610162)

  • REFACTOR: use firebase.google.com link for homepage in pubspec.yaml (#8724). (fd3f3102)
  • 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)

  • Update a dependency to the latest release.

  • REFACTOR: remove deprecated Tasks.call for android and replace with TaskCompletionSource. (#8522). (45e27201)

  • Update a dependency to the latest release.

  • Update a dependency to the latest release.

  • Update a dependency to the latest release.

  • Update a dependency to the latest release.

  • REFACTOR: recreate ios, android, web and macOS folders for example app (#8255). (cdae0613)
  • DOCS: Fix method name typo in code documentation (#8291). (7b4e06db)

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

  • Update a dependency to the latest release.

  • Update a dependency to the latest release.

  • FIX: Fix Android Firestore transaction crash when running in background caused by null Activity. (#7627). (8d60d474)

  • Update a dependency to the latest release.

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

  • Update a dependency to the latest release.

  • DOCS: update firestore dartpad example.

  • Update a dependency to the latest release.

  • REFACTOR: migrate remaining examples & e2e tests to null-safety (#7393).
  • FIX: suppress Java unchecked cast lint warning in Android plugin (#7431).

  • FEAT: support initializing default FirebaseApp instances from Dart (#6549).

Note: This release has breaking changes.

  • BREAKING FEAT: update Android minSdk version to 19 as this is required by Firebase Android SDK 29.0.0 (#7298).

  • REFACTOR: remove deprecated Flutter Android v1 Embedding usages, including in example app (#7147).
  • STYLE: macOS & iOS; explicitly include header that defines TARGET_OS_OSX (#7116).

  • FIX: value encoding fails when using DocumentReference & withConverter (#7020).
  • FIX: propagate query index link to firebase console for user (#7087).
  • FIX: fixed a bug where withConverter.endBeforeDocument incorrectly behaved as endAtDocument.
  • FIX: an issue where Query.== throws when using withConverter (#6997).
  • CHORE: update gradle version across packages (#7054).

  • REVERT: Firestore cache snapshot connections with underlying native listener (#6819) (#6974).
  • CHORE: Reduce hash conflicts on objects (#6928).

  • Update a dependency to the latest release.

  • STYLE: enable additional lint rules (#6832).
  • FIX: transactionHandler was losing ref to self in blocks (#6791).
  • FIX: allow querying on 'is not null' properties (#6788).
  • FIX: improve query filter assertions (#6627).
  • FEAT: cache snapshot connections with underlying native listener (#6819).
  • FEAT: override ==/hashCode for Firestore Queries (#6797).
  • DOCS: Transaction timeout correction (#6761).

  • FIX: export PersistenceSettings (#6603).
  • FIX: Fixed variable name (#6564).
  • FIX: withConverter examples in docs (#6438).
  • FIX: DocumentReference @sealed annotation (#6436).
  • FEAT: useFirestoreEmulator(host, port) API for firestore (#6428).
  • CHORE: update v2 embedding support (#6506).
  • CHORE: rm deprecated jcenter repository (#6431).

  • FIX: withConverter examples in docs (#6438).
  • FIX: DocumentReference @sealed annotation (#6436).
  • FEAT: useFirestoreEmulator(host, port) API for firestore (#6428).
  • CHORE: rm deprecated jcenter repository (#6431).

  • Update a dependency to the latest release.

  • TEST: error handling for loadBundle() & namedQueryGet() (#6197).
  • TEST: improve query assertions (#6249).
  • TEST: update and assert documentId field & isNotEqualTo filter test (#6225).
  • DOCS: Add Flutter Favorite badge (#6190).

  • FEAT: support for loadBundle() & namedQueryGet() (#6037).
  • FEAT: upgrade Firebase JS SDK version to 8.6.1.
  • FIX: podspec osx version checking script should use a version range instead of a single fixed version.
  • FIX: pass GetOptions to web Query.get (#6132).

  • FIX: Fix FirebaseOptions hashCode (#3263).
  • FEAT: Add withConverter for Query (#6065).
  • DOCS: add QueryDocumentSnapshot to the list of classes that received a breaking change (#6092).
  • CHORE: publish packages (#6022).
  • CHORE: publish packages.

Note: This release has breaking changes.

  • FEAT: Add withConverter function to CollectionReference, DocumentReference and Query (#6015). This new method allows interacting with collections/documents in a type-safe way:

    final modelsRef = FirebaseFirestore .instance .collection('models') .withConverter<Model>( fromFirestore: (snapshot, _) => Model.fromJson(snapshot.data()!), toFirestore: (model, _) => model.toJson(), ); Future<void> main() async { // Writes now take a Model as parameter instead of a Map await modelsRef.add(Model()); final Model model = await modelsRef.doc('123').get().then((s) => s.data()); }
  • BREAKING REFACTOR: DocumentReference, CollectionReference, Query, DocumentSnapshot, CollectionSnapshot, QuerySnapshot, QueryDocumentSnapshot, Transaction.get, Transaction.set and WriteBatch.set now take an extra generic parameter. (#6015).

    See the migration guide for more information on how to update your code.

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

  • FIX: Clear event listeners when firebase core is reinitialised (#5852).

  • Update a dependency to the latest release.

  • Update a dependency to the latest release.

  • FIX: made QueryDocumentSnapshot.data() non-nullable (#5476).
  • CHORE: add repository urls to pubspecs (#5542).

  • FIX: cannot store null values in firestore on the web (#5335).
  • DOCS: remove incorrect ARCHS in ios examples (#5450).
  • CHORE: bump min Dart SDK constraint to 2.12.0 (#5430).
  • CHORE: publish packages (#5429).

  • FIX: cannot store null values in firestore on the web (#5335).

  • Update a dependency to the latest release.

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

  • Bump "cloud_firestore" to 1.0.0-1.0.nullsafety.0.

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

  • Update a dependency to the latest release.

Note: This release has breaking changes.

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

Note: This release has breaking changes.

  • FIX: add missing symlinks (fixes #4628).
  • FEAT: add check on podspec to assist upgrading users deployment target.
  • CHORE: add missing file license headers.
  • BUILD: commit Podfiles with 10.12 deployment target.
  • BUILD: remove default sdk version, version should always come from firebase_core, or be user defined.
  • BUILD: set macOS deployment target to 10.12 (from 10.11).
  • BREAKING BUILD: set osx min supported platform version to 10.12.

Note: This release has breaking changes.

  • FIX: Add missing sdk version constraints inside example pubspec.yaml (#4604).
  • FIX: ensure web FieldValue types are converted (#4247).
  • FEAT: Move Snapshot handling into a EventChannel (#4209).
  • BREAKING REFACTOR: remove all currently deprecated APIs.
  • BREAKING FEAT: forward port to firebase-ios-sdk v7.3.0.
    • Due to this SDK upgrade, iOS 10 is now the minimum supported version by FlutterFire. Please update your build target version.
  • CHORE: harmonize dependencies and version handling.

  • FEAT: bump android com.android.tools.build & 'com.google.gms:google-services versions (#4269).
  • CHORE: Migrate iOS example projects (#4222).

  • Update a dependency to the latest release.

  • FEAT: migrate firebase interop files to local repository (#3973).
  • FEAT: add not-in & != query support (#3748).
  • FEAT: bump compileSdkVersion to 29 in preparation for upcoming Play Store requirement.
  • FEAT [WEB] FirebaseFirestore.enablePersistence now accepts PersistenceSettings
  • FEAT [WEB] adds PersistenceSettings class
  • FEAT [WEB] adds support for FirebaseFirestore.clearPersistence
  • FEAT [WEB] adds support for FirebaseFirestore.terminate
  • FEAT [WEB] adds support for FirebaseFirestore.waitForPendingWrites
  • FEAT [WEB] adds support for SetOptions.mergeFields
  • FEAT [WEB] adds GetOptions support for querying against server/cache
  • FEAT [WEB] adds support for Query.limitToLast
  • FEAT [WEB] adds support for FirebaseFirestore.snapshotsInSync

  • FEAT: bump compileSdkVersion to 29 (#3975).
  • FEAT: update Firebase iOS SDK version to 6.33.0 (from 6.26.0).
  • CHORE: update Firestore example app podfile.

  • FIX: remove unused dart:async import (#3611).
  • FIX: fix returning of transaction result (#3747).

  • Update a dependency to the latest release.

  • FIX: remove listener if available (#3452).
  • DOCS: remove updateBlock reference in Firestore docs (#3728).

  • FIX: local dependencies in example apps (#3319).
  • FIX: pub.dev score fixes (#3318).
  • FIX: add missing deprecated static methods (#3278).
  • FEAT: add a [] operator to DocumentSnapshot, acting as get() (#3387).
  • DOCS: Fixed docs typo (#3471).

  • Added missing deprecated Firestore static methods.

  • Fixed issue #3210 (Query.orderBy(FieldPath.documentId) throws exception).
  • Fixed issue #3237 (DocumentReference not being parsed correctly).
  • Bump cloud_firestore_web dependency.
  • Bump cloud_firestore_platform_interface dependency to fix 2 race conditions. (#3251)

Along with the below changes, the plugin has undergone a quality of life update to better support exceptions thrown. Any Firestore specific errors now return a FirebaseException, allowing you to directly access the code (e.g. permission-denied) and message.

Firestore:

  • BREAKING: settings() is now a synchronous setter that accepts a Settings instance.
    • NEW: This change allows us to support changing Firestore settings (such as using the Firestore emulator) without having to quit the application, e.g. Hot Restarts.
  • BREAKING: enablePersistence() is now a Web only method, use [Settings.persistenceEnabled] instead for other platforms.
  • DEPRECATED: Calling document() is deprecated in favor of doc().
  • DEPRECATED: Class Firestore is now deprecated. Use FirebaseFirestore instead.
  • DEPRECATED: Calling Firestore(app: app) is now deprecated. Use FirebaseFirestore.instance or FirebaseFirestore.instanceFor(app: app) instead.
  • NEW: Added clearPersistence() support.
  • NEW: Added disableNetwork() support.
  • NEW: Added enableNetwork() support.
  • NEW: Added snapshotInSync() listener support.
  • NEW: Added terminate() support.
  • NEW: Added waitForPendingWrites() support.
  • FIX: All document/query listeners & currently in progress transactions are now correctly torn down between Hot Restarts.

CollectionReference:

  • BREAKING: Getting a collection parent document via parent() has been changed to a getter parent.
  • BREAKING: Getting the collection path now always returns the path without leading and trailing slashes.
  • DEPRECATED: Calling document() is deprecated in favor of doc().
  • FIX: Equality checking of CollectionReference now does not depend on the original path used to create the CollectionReference.

Query:

  • BREAKING: The internal query logic has been overhauled to better assert invalid queries locally.
  • DEPRECATED: Calling getDocuments() is deprecated in favor of get().
  • BREAKING: getDocuments/get has been updated to accept an instance of GetOptions (see below).
  • NEW: Query methods can now be chained.
  • NEW: It is now possible to call same-point cursor based queries without throwing (e.g. calling endAt() and then endBefore() will replace the "end" cursor query with the endBefore).
  • NEW: Added support for the limitToLast query modifier.

QuerySnapshot:

  • DEPRECATED: documents has been deprecated in favor of docs.
  • DEPRECATED: documentChanges has been deprecated in favor of docChanges.
  • NEW: docs now returns a List<QueryDocumentSnapshot> vs List<DocumentSnapshot>. This doesn't break existing functionality.

DocumentReference:

  • BREAKING: setData/set has been updated to accept an instance of SetOptions (see below, supports mergeFields).
  • BREAKING: get() has been updated to accept an instance of GetOptions (see below).
  • BREAKING: Getting a document parent collection via parent() has been changed to a getter parent.
  • BREAKING: Getting the document path now always returns the path without leading and trailing slashes.
  • DEPRECATED: documentID has been deprecated in favor of id.
  • DEPRECATED: setData() has been deprecated in favor of set().
  • DEPRECATED: updateData() has been deprecated in favor of update().
  • FIX: Equality checking of DocumentReference now does not depend on the original path used to create the DocumentReference.

DocumentChange:

  • DEPRECATED: Calling document() is deprecated in favor of doc().

DocumentSnapshot:

  • BREAKING: The get data getter is now a data() method instead.
  • DEPRECATED: documentID has been deprecated in favor of id.
  • NEW: Added support for fetching nested snapshot data via the get() method. If no data exists at the given path, a StateError will be thrown.
  • FIX: NaN values stored in your Firestore instance are now correctly parsed when reading & writing data.
  • FIX: INFINITY values stored in your Firestore instance are now correctly parsed when reading & writing data.
  • FIX: -INFINITY values stored in your Firestore instance are now correctly parsed when reading & writing data.

WriteBatch:

  • DEPRECATED: setData() has been deprecated in favor of set().
  • DEPRECATED: updateData() has been deprecated in favor of update().
  • BREAKING: setData/set now supports SetOptions to merge data/fields (previously this accepted a Map).

Transaction:

  • BREAKING: Transactions have been overhauled to address a number of critical issues:
    • Values returned from the transaction will now be returned from the Future. Previously, only JSON serializable values were supported. It is now possible to return any value from your transaction handler, e.g. a DocumentSnapshot.
    • When manually throwing an exception, the context was lost and a generic PlatformException was thrown. You can now throw & catch on any exceptions.
    • The modify methods on a transaction (set, delete, update) were previously Futures. These have been updated to better reflect how transactions should behave - they are now synchronous and are executed atomically once the transaction handler block has finished executing.
  • FIX: Timeouts will now function correctly.
  • FIX: iOS: transaction completion block incorrectly resolving a FlutterResult multiple times.

See the new transactions documentation to learn more.

FieldPath:

  • NEW: The constructor has now been made public to accept a List of String values. Previously field paths were accessible only via a dot-notated string path. This meant attempting to access a field in a document with a . in the name (e.g. ) was impossible.

GetOptions: New class created to support how data is fetched from Firestore (server, cache, serverAndCache).

SetOptions: New class created to both merge and mergeFields when setting data on documents.

GeoPoint:

  • BREAKING: Add latitude and longitude validation when constructing a new GeoPoint instance.

  • Fix crash where listeners are not removed when app quits.

  • Clean up snapshot listeners when Android Activity is destroyed.

  • Update lower bound of dart dependency to 2.0.0.

  • Migrate cloud_firestore to android v2 embedding.

  • Fix for missing UserAgent.h compilation failures.

  • Fix crash with pagination with DocumentReference (#2044)
  • Minor tweaks to integ tests.

  • Support equality comparison on FieldValue instances.
  • Updated version of endorsed web implementation.

  • Make the pedantic dev_dependency explicit.

  • Fixed decoding & encoding platform interface instances in nested maps

  • Fixed crashes when using FieldValue.arrayUnion & FieldValue.arrayRemove with DocumentReference objects

  • Add Web integration documentation to README.

  • Add web support by default.
  • Require Flutter SDK 1.12.13+hotfix.4 or later
  • Add web support to the example app.

  • Fixed crashes when using Query#where with DocumentReference objects

  • Migrate to cloud_firestore_platform_interface.

  • Fixed persistenceEnabled, sslEnabled, and timestampsInSnapshotsEnabled on iOS.

  • Remove the deprecated author: field from pubspec.yaml
  • Migrate the plugin to the pubspec platforms manifest.
  • Bump the minimum Flutter version to 1.10.0.

  • Breaking change Remove use of deprecated setting setTimestampsInSnapshotsEnabled. If you are already setting it to true, just remove the setting. If you are setting it to false, you should update your code to expect Timestamps.

  • Added support for in and array-contains-any query operators.

  • Moved .gitignore which was left behind in previous change.

  • Moved package to cloud_firestore/cloud_firestore subdir, to allow for federated implementations.

  • Fixed test that used FirebaseApp.channel.

  • Fixed analyzer warnings about unused fields.

  • Formatted method documentations.

  • Added FieldPath class and FieldPath.documentId to refer to the document id in queries.
  • Added assertions and exceptions that help you building correct queries.

  • Updated README instructions for contributing for consistency with other Flutterfire plugins.

  • Cast error.code to long to avoid using NSInteger as %ld format warnings.

  • Fixes a crash on Android when running a transaction without an internet connection.

  • Fix integer conversion warnings on iOS.

  • Updated error handling on Android for transactions to prevent crashes.

  • Fix flaky integration test for includeMetadataChanges.

  • Update documentation to reflect new repository location.
  • Update unit tests to call TestWidgetsFlutterBinding.ensureInitialized.
  • Remove executable bit on LICENSE file.

  • New optional includeMetadataChanges parameter added to DocumentReference.snapshots() and Query.snapshots()
  • Fix example app crash when the message field was not a string
  • Internal renaming of method names.

  • Add metadata to QuerySnapshot.

  • Updated how document ids are generated to more closely match native implementations.

  • Update google-services Android gradle plugin to 4.3.0 in documentation and examples.

  • Methods of Transaction no longer require await.
  • Added documentation to methods of Transaction.
  • Removed an unnecessary log on Android.
  • Added an integration test for rapidly incrementing field value.

  • Support for orderBy on map fields (e.g. orderBy('cake.flavor')) for startAtDocument, startAfterDocument, endAtDocument, and endBeforeDocument added.

  • Automatically use version from pubspec.yaml when reporting usage to Firebase.

  • Added support for combining any of Query.startAtDocument and Query.startAfterDocument with any of Query.endAtDocument and Query.endBeforeDocument.

  • Makes startAtDocument, startAfterDocument, endAtDocument and endBeforeDocument work with Query.collectionGroup queries.
  • Fixes startAtDocument, startAfterDocument, endAtDocument and endBeforeDocument to also work with a descending order as the last explicit sort order.
  • Fixed an integration test by increasing the value of cacheSizeBytes to a valid value.

  • Added support for Query.collectionGroup.

  • Added support for cacheSizeBytes to Firestore.settings.

  • Ensure that all channel calls to the Dart side from the Java side are done on the UI thread. This change allows Transactions to work with upcoming Engine restrictions, which require channel calls be made on the UI thread. Note this is an Android only change, the iOS implementation was not impacted.
  • Updated the Firebase reporting string to flutter-fire-fst to be consistent with other reporting libraries.

  • Added support for Source to Query.getDocuments() and DocumentReference.get().

  • Bump the minimum Flutter version to 1.5.
  • Replace invokeMethod with invokeMapMethod wherever necessary.

  • Send user agent to Firebase.

  • Breaking change. Fixed CollectionReference.parent to correctly return a DocumentReference. If you were using the method previously to obtain the parent document's id via collectionReference.parent().id, you will have to use collectionReference.parent().documentID now.
  • Added DocumentReference.parent.

  • Remove iOS dependency on Firebase/Database and Firebase/Auth CocoaPods.

  • Update iOS CocoaPod dependencies to '~> 6.0' to ensure support for FieldValue.increment.

  • Update Android dependencies to latest.

  • Support for startAtDocument, startAfterDocument, endAtDocument, endBeforeDocument.
  • Added additional unit and integration tests.

  • Support for FieldValue.increment.
  • Remove FieldValue.type and FieldValue.value from public API.
  • Additional integration testing.

  • Added an integration test for transactions.

  • Remove Gradle BoM to avoid Gradle version issues.

  • Move Android dependency to Gradle BoM to help maintain compatibility with other FlutterFire plugins.

  • Bump Android dependencies to latest.
  • Support for cloud_firestore running in the background on Android.
  • Fixed a bug in cleanup for DocumentReference.snapshots().
  • Additional integration testing.

  • Remove invokeMapMethod calls to prevent crash.

  • Add metadata field to DocumentSnapshot.

  • Bump the minimum Flutter version to 1.2.0.
  • Add template type parameter to invokeMethod calls.

  • Update README with example of getting a document.

  • Fixes a NoSuchMethodError when using getDocuments on iOS (introduced in 0.9.6).
  • Adds a driver test for getDocuments.

  • On iOS, update null checking to match the recommended pattern usage in the Firebase documentation.
  • Fixes a case where snapshot errors might result in plugin crash.

  • Fixing PlatformException(Error 0, null, null) which happened when a successful operation was performed.

  • Log messages about automatic configuration of the default app are now less confusing.

  • Fix an issue on some iOS devices that results in reading incorrect dates.

  • No longer sends empty snapshot events on iOS when encountering errors.

  • Fix transactions on iOS when getting snapshot that doesn't exist.

  • Fix IllegalStateException errors when using transactions on Android.

  • Fixed Firebase multiple app support in transactions and document snapshots.

  • Log a more detailed warning at build time about the previous AndroidX migration.

  • Breaking change. Migrate from the deprecated original Android Support Library to AndroidX. This shouldn't result in any functional changes, but it requires any Android apps using this plugin to also migrate if they're using the original support library.

  • Resolved "explicit self reference" and "loses accuracy" compiler warnings.

  • Clean up Android build logs. @SuppressWarnings("unchecked")

  • Avoid crash in document snapshot callback.

  • Added Firestore.settings
  • Added Timestamp class

  • Bump Android dependencies to latest.

  • Fixed bug where updating arrays in with FieldValue always throws an Exception on Android.

Note: this version depends on features available in iOS SDK versions 5.5.0 or later. To update iOS SDK in existing projects run pod update Firebase/Firestore.

  • Added Firestore.enablePersistence
  • Added FieldValue with all currently supported values: arrayUnion, arrayRemove, delete and serverTimestamp.
  • Added arrayContains argument in Query.where method.

  • Bump Android and Firebase dependency versions.

  • Updated Gradle tooling to match Android Studio 3.1.2.

  • Fixes crash on Android if a FirebaseFirestoreException happened.

  • Updated iOS implementation to reflect Firebase API changes.
  • Fixed bug in Transaction.get that would fail on no data.
  • Fixed error in README.md code sample.

  • Update transactions example in README to add await.

  • Add transactions example to README.

  • Breaking change. snapshots is now a method instead of a getter.
  • Breaking change. setData uses named arguments instead of SetOptions.

  • Updated Google Play Services dependencies to version 15.0.0.

  • Support for BLOB data type.

  • Simplified podspec for Cocoapods 1.5.0, avoiding link issues in app archives.

  • Breaking change. Renamed 'getCollection()' to 'collection().'

  • Expose the Firebase app corresponding to a Firestore
  • Expose a constructor for a Firestore with a non-default Firebase app

  • Breaking change. Move path getter to CollectionReference
  • Add id getter to CollectionReference

  • Breaking change. Hide Firestore codec class from public API.
  • Adjusted Flutter SDK constraint to match Flutter release with extensible platform message codec, required already by version 0.3.1.
  • Move each class into separate files

  • Support for batched writes.

  • Add GeoPoint class
  • Allow for reading and writing DocumentReference, DateTime, and GeoPoint values from and to Documents.

  • Breaking change. Set SDK constraints to match the Flutter beta release.

  • Fix handling of null document snapshots (document not exists).
  • Add DocumentSnapshot.exists.

  • Relax sdk upper bound constraint to '<2.0.0' to allow 'edge' dart sdk use.

  • Support for Query.getDocuments

  • Build fixes for iOS
  • Null checking in newly added Query methods

  • Query can now have more than one orderBy field.
  • startAt, startAfter, endAt, and endBefore support
  • limit support

  • Support for DocumentReference.documentID
  • Support for CollectionReference.add

  • Simplified and upgraded Android project template to Android SDK 27.
  • Updated package description.

  • Add get to DocumentReference.

  • Fix bug on Android where removeListener is sometimes called without a handle

  • Breaking change. Upgraded to Gradle 4.1 and Android Studio Gradle plugin 3.0.1. Older Flutter projects need to upgrade their Gradle setup as well in order to use this version of the plugin. Instructions can be found here.
  • Relaxed GMS dependency to [11.4.0,12.0[

  • Support for DocumentReference update and merge writes
  • Suppress unchecked warnings and package name warnings on Android

  • Added FLT prefix to iOS types.

  • Added reference to DocumentSnapshot
  • Breaking: removed path from DocumentSnapshot
  • Additional test coverage for reading collections and documents
  • Fixed typo in DocumentChange documentation

  • Support for getCollection

  • Support isNull filtering in Query.where
  • Fixed DocumentChange.oldIndex and DocumentChange.newIndex to be signed integers (iOS)

  • Support for where clauses
  • Support for deletion

  • Renamed package to cloud_firestore

  • Add path property to DocumentSnapshot