// File generated by FlutterFire CLI (regenerated from the registered // prod Firebase apps — project my-bestie-production). // ignore_for_file: type=lint import 'package:firebase_core/firebase_core.dart' show FirebaseOptions; import 'package:flutter/foundation.dart' show defaultTargetPlatform, kIsWeb, TargetPlatform; /// [FirebaseOptions] for the PROD environment (project my-bestie-production). class ProdFirebaseOptions { static FirebaseOptions get currentPlatform { if (kIsWeb) { throw UnsupportedError( 'DefaultFirebaseOptions have not been configured for web - ' 'you can reconfigure this by running the FlutterFire CLI again.', ); } switch (defaultTargetPlatform) { case TargetPlatform.android: return android; case TargetPlatform.iOS: return ios; case TargetPlatform.macOS: throw UnsupportedError( 'DefaultFirebaseOptions have not been configured for macos - ' 'you can reconfigure this by running the FlutterFire CLI again.', ); case TargetPlatform.windows: throw UnsupportedError( 'DefaultFirebaseOptions have not been configured for windows - ' 'you can reconfigure this by running the FlutterFire CLI again.', ); case TargetPlatform.linux: throw UnsupportedError( 'DefaultFirebaseOptions have not been configured for linux - ' 'you can reconfigure this by running the FlutterFire CLI again.', ); default: throw UnsupportedError( 'DefaultFirebaseOptions are not supported for this platform.', ); } } static const FirebaseOptions android = FirebaseOptions( apiKey: 'AIzaSyAxAp8hcXO-P7HwwVsS3vFe0OX5ZkIyyWI', appId: '1:953866659887:android:55dfbf97ac7c26e7183eda', messagingSenderId: '953866659887', projectId: 'my-bestie-production', storageBucket: 'my-bestie-production.firebasestorage.app', ); static const FirebaseOptions ios = FirebaseOptions( apiKey: 'AIzaSyA8guPSD87eDLeCsH6jVd1n2_SI4_MaGNE', appId: '1:953866659887:ios:159fd11b1d2f3633183eda', messagingSenderId: '953866659887', projectId: 'my-bestie-production', storageBucket: 'my-bestie-production.firebasestorage.app', iosClientId: '953866659887-bsb3c2a6ir10u47q8vcacre2tmnk59jb.apps.googleusercontent.com', iosBundleId: 'com.asc.hallobestie', ); }