Skip to content

Commit 00b4e31

Browse files
sethladdcollinjackson
authored andcommitted
Update name based on feedback (flutter#230)
1 parent bf28266 commit 00b4e31

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

packages/firebase_firestore/README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Firestore Plugin for Flutter
1+
# Cloud Firestore Plugin for Flutter
22

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/).
44

55
For Flutter plugins for other Firebase products, see [FlutterFire.md](https://github.com/flutter/plugins/blob/master/FlutterFire.md).
66

@@ -10,8 +10,15 @@ For Flutter plugins for other Firebase products, see [FlutterFire.md](https://gi
1010

1111
To use this plugin:
1212

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.
1522
1. Add `firebase_firestore` as a [dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/).
1623

1724
## Usage
@@ -53,4 +60,4 @@ class BookList extends StatelessWidget {
5360

5461
## Getting Started
5562

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

Comments
 (0)