revamped profile page

This commit is contained in:
Jacob Levine
2019-02-09 14:30:58 -06:00
parent c97e51d9bd
commit f8dafe61f8
4 changed files with 59 additions and 22 deletions

View File

@@ -10,7 +10,7 @@ var config = {
firebase.initializeApp(config);
// FirebaseUI config.
var uiConfig = {
signInSuccessUrl: '<url-to-redirect-to-on-success>',
signInSuccessUrl: 'profile',
signInOptions: [
// Leave the lines as is for the providers you want to offer your users.
firebase.auth.GoogleAuthProvider.PROVIDER_ID,