We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5802ec commit 8bfb084Copy full SHA for 8bfb084
packages/firebase_ui_auth/doc/README.md
@@ -33,7 +33,7 @@ flutterfire configure
33
Initialize firebase app:
34
35
```dart
36
-void main() {
+Future<void> main() async {
37
WidgetsFlutterBinding.ensureInitialized();
38
39
await Firebase.initializeApp(options: DefaultFirebaseOptions.currentPlatform);
0 commit comments