From 8863cd43246ceeda03e210bd8f23016f6b133437 Mon Sep 17 00:00:00 2001 From: Ryan Allen Date: Thu, 28 Dec 2017 08:18:58 -0700 Subject: [PATCH] Experimenting with firebase auth --- account.html | 254 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 254 insertions(+) create mode 100644 account.html diff --git a/account.html b/account.html new file mode 100644 index 0000000..39a0785 --- /dev/null +++ b/account.html @@ -0,0 +1,254 @@ + + + + + + + Email/Password Authentication Example + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+ +
+
+ + +
+
+

Firebase Email & Password Authentication

+
+
+

Enter an email and password below and either sign in to an existing account or sign up

+ + +     + +

+ +     + +     + +     + + + +
+ Firebase sign-in status: Unknown +
Firebase auth currentUser object value:
+
null
+
+
+
+ +
+
+
+ + \ No newline at end of file