Skip to content

Commit 481d466

Browse files
authored
docs(auth): add missing import statement for google sign-in (#2946)
1 parent 1454edb commit 481d466

File tree

1 file changed

+1
-0
lines changed
  • packages/firebase_auth/firebase_auth

1 file changed

+1
-0
lines changed

packages/firebase_auth/firebase_auth/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ Otherwise you will not be able to authenticate.
7373
Add the following imports to your Dart code:
7474
```dart
7575
import 'package:firebase_auth/firebase_auth.dart';
76+
import 'package:google_sign_in/google_sign_in.dart';
7677
```
7778

7879
Initialize `GoogleSignIn` and `FirebaseAuth`:

0 commit comments

Comments
 (0)