You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the response is empty, it looks like it didn't actually go thru. Do you have internet available in the Android instance, maybe do you need to explicitly allow it?
// Configure...
var config = new FirebaseAuthConfig
{
ApiKey = "abc",
AuthDomain = "xyz.firebaseapp.com"
};
Exception occured during Firebase Http request.
Url: https://www.googleapis.com/identitytoolkit/v3/relyingparty/signupNewUser?key={key}
Request Data: {"returnSecureToken":true}
Response:
Reason: Undefined
I tried the above . Works perfectly fine in console app . But when I do in Xamarin forms android it throws above error.
The text was updated successfully, but these errors were encountered: