Created [signIn] methos

This commit is contained in:
Mariano Uvalle 2019-02-26 20:49:53 -06:00
parent a5343a6e87
commit bc44fb4552

View file

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