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.