MobiluxBC / Rundezvous

IOS Project Fall 2017
1 stars 3 forks source link

Register Screen #4

Open brynbeaudry opened 7 years ago

brynbeaudry commented 7 years ago

Very much like the Login Screen, except it registers you by email address and password Upon successful registration, it takes you to the Menu Screen

brynbeaudry commented 7 years ago

Successful registration 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