Reputation: 187
I'm just getting started on creating a user signup and user profile login flow. For some background, each user will be able to sign up and apart of the signup process, fill out their profile (for example purposes, let's say they have to fill out: address, phone, city).
Am I on the right track in thinking that I should utilize a 'user' model? Since firebase can handle all the authentication does that mean the user model will not need a belongsTo('user')?
For Firebase security rules, how would I go about setting this up? A user can only view and edit their own profile(stored in user model).
Does anyone have any example projects of this sort of flow?
Thanks!
Upvotes: 0
Views: 58