I’m trying to create a screen where the user can update their password. I’m trying to do this within the app. I don’t see any functionality for this in the FB Sign In Block so I thought about accessing the Firebase REST API directly to change a user’s password. After some research though I see that the API needs a user token which Thunkable doesn’t seem to provide.
I tried the API process with the user ID it didn’t work.
Is there another way to do this? It seems like a simple feature.
Assuming that you need to change an application user password (as you mentioned FB SignIn block), why not use SignIn - Reset password block ?
I know, this is when you forget a password, but it’s the easiest way to change it too…