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 d47c75918f
commit 00b3289e91
2 changed files with 2 additions and 1 deletions

View file

@ -100,4 +100,4 @@ class App extends StatelessWidget {
),
);
}
}
} */

View file

@ -0,0 +1 @@
import 'package:firebase_auth/firebase_auth.dart';