Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobkoerber committed Dec 13, 2023
1 parent 4fd4e2b commit 8f30d44
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/firebase_options.dart
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,10 @@ class DefaultFirebaseOptions {
projectId: 'tca-backend-0001',
databaseURL: 'https://tca-backend-0001.firebaseio.com',
storageBucket: 'tca-backend-0001.appspot.com',
androidClientId: '944892355389-jat7kf35dqlvc2uvlsh3vbuq8ge6s6s5.apps.googleusercontent.com',
iosClientId: '944892355389-qfnnv8c4344dk8ka4904ue35rclf3ipg.apps.googleusercontent.com',
androidClientId:
'944892355389-jat7kf35dqlvc2uvlsh3vbuq8ge6s6s5.apps.googleusercontent.com',
iosClientId:
'944892355389-qfnnv8c4344dk8ka4904ue35rclf3ipg.apps.googleusercontent.com',
iosBundleId: 'de.tum.tca',
);
}

0 comments on commit 8f30d44

Please sign in to comment.