Skip to content

Commit

Permalink
docs(firebase_ui_auth): fix return type of example main function (#10342
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jasimameen authored Jan 30, 2023
1 parent fd3026a commit 3339bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/firebase_ui_auth/doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ flutterfire configure
Initialize firebase app:

```dart
void main() {
Future<void> main() async {
WidgetsFlutterBinding.ensureInitialized();
await Firebase.initializeApp(options: DefaultFirebaseOptions.currentPlatform);
Expand Down

0 comments on commit 3339bfe

Please sign in to comment.