DonkeyKongJr / pimlify

A vue (pwa) to take orders for our most favorite restaurant. All data is stored in firebase.
MIT License
1 stars 0 forks source link

Add Register for email and password authentication #18

Closed DonkeyKongJr closed 6 years ago

DonkeyKongJr commented 6 years ago

Is your feature request related to a problem? Please describe. We should provide users the choice which authentication provider they want to use. If they decide not to use any given one or don't want to create an account for authentication somewhere else an email and password option should be provided as well.

Describe the solution you'd like A dedicated Register page where user can register them via email and password including additional information like first name and last name.

Describe alternatives you've considered OAuth2 providers which are supported via firebase, but as declared above this is an addition to that and both options should be available.