Skip to content

Commit 1bfd513

Browse files
docs(firebase_app_installations): Changed import statement in documentation. (#8275)
1 parent ab6239d commit 1bfd513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installations/usage.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_label: Usage
66
To start using the Firebase Installations package within your project, import it at the top of your project files:
77

88
```dart
9-
import 'package:flutterfire_installations/flutterfire_installations.dart';
9+
import 'package:firebase_app_installations/firebase_app_installations.dart';
1010
```
1111

1212
Before using Firebase Installations, you must first have ensured you have [initialized FlutterFire](../overview.mdx#initializing-flutterfire).

0 commit comments

Comments
 (0)