Skip to content

Commit 5da07b5

Browse files
authored
chore: finish upgrading firestore samples (GoogleCloudPlatform#1381)
1 parent 2f94d42 commit 5da07b5

File tree

64 files changed

+197
-1331
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+197
-1331
lines changed

firestore/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,11 @@ authentication:
6363
To run the Firestore Samples, run any of the files in `src/` on the CLI:
6464

6565
```
66-
$ php src/add_data.php
67-
Usage: add_data.php $projectId
68-
@param string $projectId The Google Cloud Project ID
66+
$ php src/setup_dataset.php
67+
68+
Usage: setup_dataset.php $projectId
69+
70+
@param string $projectId The Google Cloud Project ID
6971
```
7072

7173
## The client library

firestore/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"require": {
3-
"google/cloud-firestore": "^1.13",
4-
"symfony/console": "^3.0"
3+
"google/cloud-firestore": "^1.13"
54
}
65
}

0 commit comments

Comments
 (0)