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:
Mariano Uvalle 2019-02-26 20:07:53 -06:00
parent 3590b45a98
commit 0ea8c2d0d4

View file

@ -1,3 +1,4 @@
<<<<<<< HEAD
import 'dart:async';
import 'package:firebase_auth/firebase_auth.dart';
@ -26,3 +27,6 @@ class GoogleSignInProvider {
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