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 ab6239d commit 1bfd513Copy full SHA for 1bfd513
docs/installations/usage.mdx
@@ -6,7 +6,7 @@ sidebar_label: Usage
6
To start using the Firebase Installations package within your project, import it at the top of your project files:
7
8
```dart
9
-import 'package:flutterfire_installations/flutterfire_installations.dart';
+import 'package:firebase_app_installations/firebase_app_installations.dart';
10
```
11
12
Before using Firebase Installations, you must first have ensured you have [initialized FlutterFire](../overview.mdx#initializing-flutterfire).
0 commit comments