You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/firebase_firestore/README.md
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Firestore Plugin for Flutter
1
+
# Cloud Firestore Plugin for Flutter
2
2
3
-
A Flutter plugin to use the [Firestore API](https://firebase.google.com/docs/firestore/).
3
+
A Flutter plugin to use the [Cloud Firestore API](https://firebase.google.com/docs/firestore/).
4
4
5
5
For Flutter plugins for other Firebase products, see [FlutterFire.md](https://github.com/flutter/plugins/blob/master/FlutterFire.md).
6
6
@@ -10,8 +10,15 @@ For Flutter plugins for other Firebase products, see [FlutterFire.md](https://gi
10
10
11
11
To use this plugin:
12
12
13
-
1. Using the [Firebase Console](http://console.firebase.google.com/), add an Android app to your project: Follow the assistant, download the generated google-services.json file and place it inside android/app. Next, modify the android/build.gradle file and the android/app/build.gradle file to add the Google services plugin as described by the Firebase assistant. Ensure that your `android/build.gradle` file contains the `maven.google.com` as [described here](https://firebase.google.com/docs/android/setup#add_the_sdk).
14
-
1. Using the [Firebase Console](http://console.firebase.google.com/), add an iOS app to your project: Follow the assistant, download the generated GoogleService-Info.plist file, open ios/Runner.xcworkspace with Xcode, and within Xcode place the file inside ios/Runner. Don't follow the steps named "Add Firebase SDK" and "Add initialization code" in the Firebase assistant.
13
+
1. Using the [Firebase Console](http://console.firebase.google.com/), add an Android app to your project:
14
+
Follow the assistant, download the generated google-services.json file and place it inside android/app. Next,
15
+
modify the android/build.gradle file and the android/app/build.gradle file to add the Google services plugin
16
+
as described by the Firebase assistant. Ensure that your `android/build.gradle` file contains the
17
+
`maven.google.com` as [described here](https://firebase.google.com/docs/android/setup#add_the_sdk).
18
+
1. Using the [Firebase Console](http://console.firebase.google.com/), add an iOS app to your project:
19
+
Follow the assistant, download the generated GoogleService-Info.plist file, open ios/Runner.xcworkspace
20
+
with Xcode, and within Xcode place the file inside ios/Runner. Don't follow the steps named
21
+
"Add Firebase SDK" and "Add initialization code" in the Firebase assistant.
15
22
1. Add `firebase_firestore` as a [dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/).
16
23
17
24
## Usage
@@ -53,4 +60,4 @@ class BookList extends StatelessWidget {
53
60
54
61
## Getting Started
55
62
56
-
See the `example` directory for a complete sample app using Firestore.
63
+
See the `example` directory for a complete sample app using Cloud Firestore.
0 commit comments