Hi,
I am trying to use the .SignInWithCustomTokenAsync(token) function to re-authenticate the user. This works without an issue in the Editor and on iOS, but I am getting the following exception on Android:
"The custom token format is incorrect. Please check the documentation."
Please note that SignInWithEmailAndPasswordAsync(email, password) works as intended. After the authentication, I am using .TokenAsync(false). This is the token I am using.
Please advice,
Thanks