Direct update password into Firebase Authentication

The problem with your response JSON is invaild

:one: Incorrect Quotation Marks

  • The JSON uses curly quotes (“ ”) instead of straight quotes (" ").
  • JSON only supports straight quotes (" ").

:two: Incorrect Spaces in Timestamp

  • "lastRefreshAt": “2025-03-09T16: 54: 56.113Z” contains spaces inside the timestamp.
  • It should be "lastRefreshAt": "2025-03-09T16:54:56.113Z" (without spaces).

:white_check_mark: Solution

:white_check_mark: correct way of send post request

may be try like this…

@Still-learning
what should i put in the global json? the results that u tagged above?

@SyntaxCore i will try out your solution :folded_hands:

you are using those block when web1 got text, so pls use get responseContent in the place of global json…

your this solution solves the error message but another new issue came up was the app says the current user not yet verified :sweat_smile:
which the current user did verified earlier.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.