more bugfix

This commit is contained in:
Jacob Levine
2019-02-09 14:00:50 -06:00
parent 0c609064a6
commit 2e779a95d2
2 changed files with 189 additions and 0 deletions

View File

@@ -34,3 +34,8 @@ var uiConfig = {
};
// The start method will wait until the DOM is loaded.
ui.start('#firebaseui-auth-container', uiConfig);
// Initialize the FirebaseUI Widget using Firebase.
var ui = new firebaseui.auth.AuthUI(firebase.auth());
// The start method will wait until the DOM is loaded.
ui.start('#firebaseui-auth-container', uiConfig);