Skip to content

Commit

Permalink
remove firebase_options
Browse files Browse the repository at this point in the history
  • Loading branch information
wasinnimlaor committed Jan 12, 2024
1 parent aa817c8 commit 2a1cd02
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@ import 'package:firebase_core/firebase_core.dart';
import 'package:firebase_remote_config/firebase_remote_config.dart';
import 'package:flutter/material.dart';
import 'package:manup/manup.dart';
import 'package:manup/src/firebase_remote_config_man_up_service.dart';

// generated with flutterfire_cli
import 'firebase_options.dart';

Future<void> main() async {
WidgetsFlutterBinding.ensureInitialized();
await Firebase.initializeApp(
options: DefaultFirebaseOptions.currentPlatform,
);
// You can get DefaultFirebaseOptions from the generated file(firebase_options.dart)
// from flutterfire_cli

// options: DefaultFirebaseOptions.currentPlatform,
);

runApp(const MyApp());
}
Expand Down

0 comments on commit 2a1cd02

Please sign in to comment.