From 4d5db8d1c5d3c44541d122da036bd5fcd5dfd0d5 Mon Sep 17 00:00:00 2001 From: Paul Schmiedmayer Date: Fri, 12 Jan 2024 00:21:22 -0800 Subject: [PATCH] Fix Firebase Project ID (#2) # Fix Firebase Project ID ## :recycle: Current situation & Problem - Fixes the Firebase Project ID ## :pencil: Code of Conduct & Contributing Guidelines By submitting creating this pull request, you agree to follow our [Code of Conduct](https://github.com/CS342/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/CS342/.github/blob/main/CONTRIBUTING.md): - [ ] I agree to follow the [Code of Conduct](https://github.com/CS342/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/CS342/.github/blob/main/CONTRIBUTING.md). --- .firebaserc | 2 +- Intake/Supporting Files/GoogleService-Info.plist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.firebaserc b/.firebaserc index 2ace9e8..215d2d0 100644 --- a/.firebaserc +++ b/.firebaserc @@ -1,5 +1,5 @@ { "projects": { - "default": "intake" + "default": "cs342-2024-intake" } } diff --git a/Intake/Supporting Files/GoogleService-Info.plist b/Intake/Supporting Files/GoogleService-Info.plist index 281a33b..79ab2fd 100644 --- a/Intake/Supporting Files/GoogleService-Info.plist +++ b/Intake/Supporting Files/GoogleService-Info.plist @@ -15,7 +15,7 @@ BUNDLE_ID edu.stanford.cs342.2024.intake PROJECT_ID - intake + cs342-2024-intake STORAGE_BUCKET STORAGE_BUCKET IS_ADS_ENABLED