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
c88b36f5b3
commit
a5343a6e87
1 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
<<<<<<< HEAD
|
||||||
import 'dart:async';
|
import 'dart:async';
|
||||||
|
|
||||||
import 'package:firebase_auth/firebase_auth.dart';
|
import 'package:firebase_auth/firebase_auth.dart';
|
||||||
|
|
@ -26,3 +27,6 @@ class GoogleSignInProvider {
|
||||||
return user;
|
return user;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
=======
|
||||||
|
import 'package:firebase_auth/firebase_auth.dart';
|
||||||
|
>>>>>>> Added necessary dependencies for google sing in, created the google_sign_in provider, modified Info.plist to work with google sign in
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue