linux app config
This commit is contained in:
parent
b69fd92b19
commit
f46ce36861
10 changed files with 65 additions and 49 deletions
|
|
@ -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.',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue