Skip to content

Commit

Permalink
docs(auth): add missing import statement for google sign-in (#2946)
Browse files Browse the repository at this point in the history
  • Loading branch information
palcodes committed Jul 13, 2020
1 parent 1454edb commit 481d466
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/firebase_auth/firebase_auth/README.md
Expand Up @@ -73,6 +73,7 @@ Otherwise you will not be able to authenticate.
Add the following imports to your Dart code:
```dart
import 'package:firebase_auth/firebase_auth.dart';
import 'package:google_sign_in/google_sign_in.dart';
```

Initialize `GoogleSignIn` and `FirebaseAuth`:
Expand Down

0 comments on commit 481d466

Please sign in to comment.