Skip to content

Commit

Permalink
Fix Firebase Project ID
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer committed Jan 12, 2024
1 parent 0025657 commit 01935c6
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 01935c6

Please sign in to comment.