From 86bd438ec8e2dde5d9f6738f6e7b0c43c4b5a58a Mon Sep 17 00:00:00 2001 From: AYM1607 Date: Wed, 10 Apr 2019 20:31:20 -0500 Subject: [PATCH] Reverted back to the official firestore package --- pubspec.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index a9d8405..a64fb68 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -18,9 +18,9 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. - #cloud_firestore: ^0.9.0 - cloud_firestore: - path: /Users/aym/Projects/open_source/plugins/packages/cloud_firestore + cloud_firestore: ^0.9.0 + #cloud_firestore: + # path: /Users/aym/Projects/open_source/plugins/packages/cloud_firestore cupertino_icons: ^0.1.2 firebase_analytics: ^2.0.2 firebase_auth: ^0.8.1