Does new Firebase Auth for polymer have changing password process included? -


i can't find sign of methods reseting password or sending password reset email in new firebase-auth polymer 1.0 , above. can find if exists? need able complete sign in / procedure.

i can see old version polymer 0.5 , older has methods documentation says it's polymer 0.5 , older.

any appreciated.

i believe can use standard firebase user methods directly on firebase-auth's user property. ie like:

<firebase-auth user="{{user}}"></firebase-auth> <script>   this.$.user.updatepassword(newpassword); </script> 

& of course following requirements function specified in https://firebase.google.com/docs/reference/js/firebase.user.html#updatepassword


Comments

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -