Skip to content

Commit

Permalink
Fix firebase_options_dev.g.dart for macOS (#1201)
Browse files Browse the repository at this point in the history
The `firebase_options_dev.g.dart` was wrong configured and used the prod
configs.
  • Loading branch information
nilsreichardt authored Dec 19, 2023
1 parent 575da42 commit 8a4a959
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/lib/firebase_options_dev.g.dart
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,15 @@ class DefaultFirebaseOptions {

static const FirebaseOptions macos = FirebaseOptions(
apiKey: 'AIzaSyBS3rxcFvmskFvgynGhG4hfeOUZwXrZOro',
appId: '1:366164701221:ios:3ff9b2cb1c2a5a31',
appId: '1:366164701221:ios:785f107df46335d5bfcfcc',
messagingSenderId: '366164701221',
projectId: 'sharezone-debug',
databaseURL: 'https://sharezone-debug.firebaseio.com',
storageBucket: 'sharezone-debug.appspot.com',
androidClientId:
'366164701221-9e41nmj0vhiqhgdpe2qebfdp91pht6ln.apps.googleusercontent.com',
iosClientId:
'366164701221-obqtov9nvdds889ens9iu3fli9hltll7.apps.googleusercontent.com',
iosBundleId: 'de.codingbrain.sharezone.app',
'366164701221-fdv476f10fl969nd65dv97tfajqb9jr1.apps.googleusercontent.com',
iosBundleId: 'de.codingbrain.sharezone.app.dev',
);
}

0 comments on commit 8a4a959

Please sign in to comment.