This commit is contained in:
Jacob Levine 2019-02-09 13:59:23 -06:00
parent 059509e018
commit 0c609064a6

View File

@ -32,3 +32,5 @@ var uiConfig = {
alert("we will steal all of the data"); alert("we will steal all of the data");
} }
}; };
// The start method will wait until the DOM is loaded.
ui.start('#firebaseui-auth-container', uiConfig);