Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
updates reference to firebase console
  • Loading branch information
ghchinoy authored May 11, 2024
1 parent 41a29ff commit a090a46
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 @@ -46,7 +46,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 All @@ -73,4 +73,4 @@ This deployment creates all the resources described in the main [README.md](../R
- Firebase for frontend deployment

### Configuration files
This deployment uses the tempaltes in the [templates/](templates/) diractory to replace all necessary configuration values for the application. After the deployment is complete, you can review the resulting values in the config.tomal and enviroments.ts files.
This deployment uses the tempaltes in the [templates/](templates/) diractory to replace all necessary configuration values for the application. After the deployment is complete, you can review the resulting values in the config.tomal and enviroments.ts files.

0 comments on commit a090a46

Please sign in to comment.