TF-1202: Config Podfile for FCM
This commit is contained in:
@@ -18,17 +18,17 @@ class DefaultFirebaseOptions {
|
||||
case TargetPlatform.macOS:
|
||||
throw UnsupportedError(
|
||||
'DefaultFirebaseOptions have not been configured for macos - '
|
||||
'you can reconfigure this by running the FlutterFire CLI again.',
|
||||
'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.',
|
||||
'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.',
|
||||
'you can reconfigure this by running the FlutterFire CLI again.',
|
||||
);
|
||||
default:
|
||||
throw UnsupportedError(
|
||||
@@ -66,4 +66,4 @@ class DefaultFirebaseOptions {
|
||||
iosClientId: dotenv.get('FIREBASE_IOS_CLIENT_ID', fallback: ''),
|
||||
iosBundleId: dotenv.get('FIREBASE_IOS_BUNDLE_ID', fallback: ''),
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user