Toni-Jan Keith Monserrat
Toni-Jan Keith Monserrat
Have you checked the new value of this.user.displayName. If it did changed then I guess you just need to propagate the change?
@lpellegr would it be better to do this? ``` this.$.auth.user.updateProfile({displayName: 'What a fail!'}); ``` then see if this.$.auth.user changes
I'll try check this in a bit. Thanks for the repo.
I have tried doing a notifyPath and it works. Please check my fork at https://github.com/tjmonsi/polymerfire-issue-246
Well that can be done, that is if firebase-auth has a method that allows updateProfile, then do a notifyPath to displayName and photoUrl. The only problem is when you have...
I would like to try creating a PR over the week and see if it is going to be merged.
Oh wait... it uses some sort of builder. I think the Polymer team has that builder that auto-updates it to Polymer 3.0 standards...
Although I would love to just use the modulizer. I have to review the whole code (and might do a re-write of some parts). Given that the modulizer is still...
@merlinnot I laughed at the polymerfire if not using polymer
I guess I think it would be apt to start again with the basics: - firebase scripts - firebase behaviors (backwards compat) / mixins (for polymer 3) - general mixin...