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 7826e5a commit 454763cCopy full SHA for 454763c
src/routes/docs/products/messaging/fcm/+page.markdoc
@@ -82,6 +82,7 @@ Some additional configuration is required to enable push notifications in your m
82
1. Add the Firebase core plugin if not already added with `flutter pub add firebase_core`.
83
1. Initialize Firebase in your `lib/main.dart` file:
84
```dart
85
+import 'package:flutter/widgets.dart';
86
import 'package:firebase_core/firebase_core.dart';
87
import 'firebase_options.dart';
88
0 commit comments