Skip to content

Commit d39bf95

Browse files
committed
remove project.json from .gitignore
1 parent 71e422f commit d39bf95

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,3 @@ toc/
9898
.terraform.lock.hcl
9999
*.tfstate
100100
*.tfstate.*
101-
*/project.json

packages/firestore/test/integration/api/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ modified.
1414
## Testing composite index query against production
1515

1616
### Setting Up the Environment:
17-
1. Create a `project.json` file in the `firebase-js-sdk/packages/firestore` directory. This file should contain your target Firebase project's configuration.
17+
1. Create a `project.json` file in the `firebase-js-sdk/config` directory. This file should contain your target Firebase project's configuration.
1818
2. If not already logged in, authenticate with your Google Cloud Platform (GCP) account using `gcloud auth application-default login`. You can check your logged-in accounts by running `gcloud auth list`.
1919
3. Navigate to the `firebase-js-sdk/packages/firestore` directory, run:
2020
```
2121
terraform init
22-
terraform apply -var-file=project.json -auto-approve
22+
terraform apply -var-file=../../config/project.json -auto-approve
2323
```
2424
Note: If the index creation encounters issues, such as concurrent operations, consider running the index creation process again. Error messages indicating that indexes have already been created can be safely disregarded.
2525

0 commit comments

Comments
 (0)