MattKraatz / GameNightBuddy

Manage your game night history and statistics with this companion built in Angular
https://gamenightbuddy.com
2 stars 0 forks source link

Advanced Authentication #17

Closed MattKraatz closed 7 years ago

MattKraatz commented 7 years ago

Login Pages

Multiple Sign-In Providers

Detect if first-time sign-in, direct to Game Night Search page

MattKraatz commented 7 years ago

Email/Password registration can include any required user details Save UID and user details to Firebase

Facebook login must try and load user details from Firebase If this fails, force that user to the user registration screen, write details to Firebase

Form validation messages based on email formatting, password formatting, general login/registration success (login user doesn't exist, registration user already exists)

Add Google and Twitter as providers