kriswme2 / teamform-seed

MIT License
0 stars 4 forks source link

Add user profile storage #9

Open ycliae opened 7 years ago

ycliae commented 7 years ago

User profile feature provided by Auth is so limited so that I am going to store the basic information for users. And let all user retrieve others' profile by uid to build relationship between records in other tables.

ycliae commented 7 years ago

Pull request #11 This pull request just update the current user's displayName and email to table users. Getting back profile by uid has not been done as I am still finding ways to inject firebase.utils in order to use firebase.utils.NormalizedRecord.

kriswme2 commented 7 years ago

But user's displayName actually provided by firebase natively. It's part of the firebase's authentication API.