Skip to content

Commit

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

## ⚙️ Release Notes 
- Fixes an issue with a wrong project identifier.


## 📝 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):
- [x] 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 8adf4c6 commit 5993b5d
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": "exampleapplication"
"default": "cs342-2024-example-application"
}
}
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.example</string>
<key>PROJECT_ID</key>
<string>exampleapplication</string>
<string>cs342-2024-example-application</string>
<key>STORAGE_BUCKET</key>
<string>STORAGE_BUCKET</string>
<key>IS_ADS_ENABLED</key>
Expand Down

0 comments on commit 5993b5d

Please sign in to comment.