linux app config
This commit is contained in:
@@ -29,10 +29,11 @@ class DefaultFirebaseOptions {
|
||||
case TargetPlatform.windows:
|
||||
return windows;
|
||||
case TargetPlatform.linux:
|
||||
throw UnsupportedError(
|
||||
'DefaultFirebaseOptions have not been configured for linux - '
|
||||
'you can reconfigure this by running the FlutterFire CLI again.',
|
||||
);
|
||||
return web;
|
||||
// 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.',
|
||||
|
||||
Reference in New Issue
Block a user