MobiluxBC / Rundezvous

IOS Project Fall 2017
1 stars 3 forks source link

Login Screen #3

Open brynbeaudry opened 7 years ago

brynbeaudry commented 7 years ago

-Allows you to login with google, your email, or Facebook -Uses Firebase Authentication -Has a button that takes you to the Registration Screen, if the user wants to use email. -Upon Successful Login, it takes you to the menu screen

brynbeaudry commented 7 years ago

Successful login also creates a new user object, outside of auth, in the database, with the users auth UID: Like "user1": { "UID": "7brbEerEJNg5pIF7CVtweeQ0dHJ2", "email": "mobilux.bc@gmail.com", "items": "null" }

brynbeaudry commented 7 years ago

image