feat: Update Terraform configuration for Google Cloud project with Firebase Authentication services

- Added billing_project to Google Cloud providers
- Enabled user_project_override for both providers
- Added Firebase Authentication service resource
- Configured Identity Platform with email/password, phone, and anonymous sign-in
- Set up authorized domains for local and Firebase hosting
- Added dependency relationships between resources

This enhances the project's infrastructure configuration to properly support Firebase Authentication and related services.
This commit is contained in:
2025-10-31 08:31:50 -07:00
parent 3678869c26
commit 24d07f7a4e
2 changed files with 65 additions and 2 deletions

4
DEPLOY.md Normal file
View File

@@ -0,0 +1,4 @@
Steps for deploy:
1. Try applying terraform
2. gcloud auth application-default set-quota-project `the project id`
3. retry