Added necessary dependencies for google sing in, created the google_sign_in provider, modified Info.plist to work with google sign in
This commit is contained in:
parent
d47c75918f
commit
00b3289e91
2 changed files with 2 additions and 1 deletions
|
|
@ -100,4 +100,4 @@ class App extends StatelessWidget {
|
|||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
} */
|
||||
|
|
|
|||
1
lib/src/resources/google_login_provider.dart
Normal file
1
lib/src/resources/google_login_provider.dart
Normal file
|
|
@ -0,0 +1 @@
|
|||
import 'package:firebase_auth/firebase_auth.dart';
|
||||
Loading…
Add table
Add a link
Reference in a new issue