Skip to content

Commit

Permalink
Fix Firebase Project ID (#2)
Browse files Browse the repository at this point in the history
# Fix Firebase Project ID

## ♻️ Current situation & Problem
- Fixes the Firebase Project ID


## 📝 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).
  • Loading branch information
PSchmiedmayer authored Jan 12, 2024
1 parent 0025657 commit 0b358e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .firebaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"projects": {
"default": "behavior"
"default": "cs342-2024-behavior"
}
}
2 changes: 1 addition & 1 deletion Behavior/Supporting Files/GoogleService-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>BUNDLE_ID</key>
<string>edu.stanford.cs342.2024.behavior</string>
<key>PROJECT_ID</key>
<string>behavior</string>
<string>cs342-2024-behavior</string>
<key>STORAGE_BUCKET</key>
<string>STORAGE_BUCKET</string>
<key>IS_ADS_ENABLED</key>
Expand Down

0 comments on commit 0b358e0

Please sign in to comment.