We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8444bd commit cf3f274Copy full SHA for cf3f274
lib/firebase_options_dev.dart
@@ -42,10 +42,12 @@ class DefaultFirebaseOptions {
42
'DefaultFirebaseOptions have not been configured for linux - '
43
'you can reconfigure this by running the FlutterFire CLI again.',
44
);
45
- default:
+ case TargetPlatform.fuchsia:
46
throw UnsupportedError(
47
- 'DefaultFirebaseOptions are not supported for this platform.',
+ 'DefaultFirebaseOptions have not been configured for fuchsia - '
48
+ 'you can reconfigure this by running the FlutterFire CLI again.',
49
50
+ break;
51
}
52
53
0 commit comments