linux app config

This commit is contained in:
2026-02-03 09:57:38 +02:00
parent b69fd92b19
commit f46ce36861
10 changed files with 65 additions and 49 deletions

View File

@@ -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.',