Hi everyone, I'm brand new here :)
I'm stuck in a stupid problem.
I'm trying to create an html (angularjs + angularfire) page for the password reset. I need it for an APP I'm creating in IONIC.
Now.
Everything is ok, the password reset mail is sent when the user ask that from the App, the link is fine and the html page read the token as expected.
BUT: the Token is INVALID for "authWithCustomToken".
I've searched an answer for hours without success, I always have this error:
"INVALID_TOKEN: Could not parse auth token."
There's no docs on how to use the Token the auth password reset system create for each user.
I'm going crazy! :'(
Thanks :)