Skip to content

Commit

Permalink
📚 iOS,Android以外をdefaultで統一
Browse files Browse the repository at this point in the history
  • Loading branch information
chippy-ao committed Oct 21, 2023
1 parent 50b0d02 commit e1128e1
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions docs/outline/chapter5.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,6 @@ class DefaultFirebaseOptions {
return android;
case TargetPlatform.iOS:
return ios;
case TargetPlatform.macOS:
throw UnsupportedError(
'DefaultFirebaseOptions have not been configured for macos - '
'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.',
);
case TargetPlatform.linux:
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.',
Expand Down

0 comments on commit e1128e1

Please sign in to comment.