From 0b358e0376c86eef83dde4a15bbd271f2e987b68 Mon Sep 17 00:00:00 2001 From: Paul Schmiedmayer Date: Fri, 12 Jan 2024 00:21:36 -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 +- Behavior/Supporting Files/GoogleService-Info.plist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.firebaserc b/.firebaserc index 70a0429..deff2f0 100644 --- a/.firebaserc +++ b/.firebaserc @@ -1,5 +1,5 @@ { "projects": { - "default": "behavior" + "default": "cs342-2024-behavior" } } diff --git a/Behavior/Supporting Files/GoogleService-Info.plist b/Behavior/Supporting Files/GoogleService-Info.plist index 25bab18..29e3e78 100644 --- a/Behavior/Supporting Files/GoogleService-Info.plist +++ b/Behavior/Supporting Files/GoogleService-Info.plist @@ -15,7 +15,7 @@ BUNDLE_ID edu.stanford.cs342.2024.behavior PROJECT_ID - behavior + cs342-2024-behavior STORAGE_BUCKET STORAGE_BUCKET IS_ADS_ENABLED