Skip to content

Commit b73d3d0

Browse files
authored
Cloud Firestore --> Firestore (#1107)
1 parent eab61b9 commit b73d3d0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

abtesting/ABTestingExample/ViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ class ViewController: UIViewController, UITableViewDataSource {
147147

148148
let data = [
149149
("Getting Started with Firebase", "An Introduction to Firebase"),
150-
("Google Cloud Firestore", "Powerful Querying and Automatic Scaling"),
150+
("Google Firestore", "Powerful Querying and Automatic Scaling"),
151151
("Analytics", "Simple App Insights"),
152152
("Remote Config", "Parameterize App Behavior")
153153
]

firestore/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Friendly Eats
22
## Introduction
3-
Friendly Eats is a restaurant recommendation app built on Cloud Firestore.
3+
Friendly Eats is a restaurant recommendation app built on Firestore.
44
For more information about Firestore visit [the docs][firestore-docs].
55
## Setup
6-
* [Set up your iOS app for Cloud Firestore][setup-ios]
6+
* [Set up your iOS app for Firestore][setup-ios]
77
* In the Authentication tab of the Firebase console go to the
88
[Sign-in Method][auth-providers] page and enable 'Email/Password'.
99
* This app uses [FirebaseUI][firebaseui] for authentication.
@@ -49,7 +49,7 @@ in logcat that look like this:
4949
Error fetching snapshot results: Error Domain=io.grpc Code=9 "The query requires an index. You can create it here: https://console.firebase.google.com/project/testapp-5d356/database/firestore/indexes?create_index=..." UserInfo={NSLocalizedDescription=The query requires an index. You can create it here: https://console.firebase.google.com/project/testapp-5d356/database/firestore/indexes?create_index=...}
5050
```
5151
This is because indexes are required for most compound queries in
52-
Cloud Firestore. Opening the link from the error message will
52+
Firestore. Opening the link from the error message will
5353
automatically open the index creation UI in the Firebase console
5454
with the correct parameters filled in.
5555

0 commit comments

Comments
 (0)