Firebase Authentication user objects have five properties: sign-in provider, provider-specific UID, displayName, email, and photoURL. user.updateProfile()
enables you to update the displayName and photoURL. My user objects have a few more properties. If I could put some more properties into the Firebase Authentication user objects then I could save a lot of code. Now I have to take user.email, use this to search my user database (in Firebase Database) for the e-mail address, return the key to the record, and then I can access all the properties in my user object. That's two databases and a lot of steps for my user objects.
--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-talk+unsubscribe@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/765b52b4-95af-49fb-a4eb-cf1877cc7bfc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Thomas,Thanks for adding your thoughts here. Great stuff.Would you mind dropping those in a feature request? It helps us quantify and prioritize our upcoming projects.☼, Kato
On Wed, Jun 14, 2017 at 5:08 PM, Thomas D Kehoe <thomas...@gmail.com> wrote:
Firebase Authentication user objects have five properties: sign-in provider, provider-specific UID, displayName, email, and photoURL. user.updateProfile()
enables you to update the displayName and photoURL. My user objects have a few more properties. If I could put some more properties into the Firebase Authentication user objects then I could save a lot of code. Now I have to take user.email, use this to search my user database (in Firebase Database) for the e-mail address, return the key to the record, and then I can access all the properties in my user object. That's two databases and a lot of steps for my user objects.
--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/765b52b4-95af-49fb-a4eb-cf1877cc7bfc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.