Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
minor change to correct URL for firebase
  • Loading branch information
ghchinoy authored May 14, 2024
1 parent 04210f2 commit 2840db0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ This terraform will generate all configurations files required in the frontend a

### After Terraform deployment
You need to enable at least one authentication provider in Firebase, you can enable it using the following steps:
1. Go to https://firebase.corp.google.com/project/your_project_id/authentication/providers (change the your_project_id value)
1. Go to https://console.firebase.google.com/project/your_project_id/authentication/providers (change the `your_project_id` value)
2. Select Google and enable it
3. Set the name for the project and support email for project
4. Save
Expand Down Expand Up @@ -100,4 +100,4 @@ Error creating service account key: googleapi: Error 400: Key creation is not al
gcloud resource-manager org-policies disable-enforce constraints/iam.disableServiceAccountKeyCreation --project $(gcloud config get project)
```

After this you can re run the terraform apply command.
After this you can re run the terraform apply command.

0 comments on commit 2840db0

Please sign in to comment.