We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1454edb commit 481d466Copy full SHA for 481d466
packages/firebase_auth/firebase_auth/README.md
@@ -73,6 +73,7 @@ Otherwise you will not be able to authenticate.
73
Add the following imports to your Dart code:
74
```dart
75
import 'package:firebase_auth/firebase_auth.dart';
76
+import 'package:google_sign_in/google_sign_in.dart';
77
```
78
79
Initialize `GoogleSignIn` and `FirebaseAuth`:
0 commit comments