Firebase, Authentication and User Management, Change password

Hello friend.
Could you help me ?

How can I do the procedure of the link below in App Inventor or Kodular using JSON, CURL and request and response.
https://firebase.google.com/docs/reference/rest/auth?hl=pt-br#section-change-password

Sample request

curl ‘https://identitytoolkit.googleapis.com/v1/accounts:update?key=[API_KEY]
-H ‘Content-Type: application/json’
–data-binary
‘{“idToken”:"[ID_TOKEN]",“displayName”:"[NAME]",“photoUrl”:"[URL]",“returnSecureToken”:true}’

I don’t know what sequence of blocks I have to assemble to send the Sample request. I also don’t know how to get the response.

I look forward to a response when possible, Thanks.

answered here


Taifun

1 Like