Getting timeout or interrupted error message
up vote
0
down vote
favorite
I am getting this error:
A network error (such as timeout, interrupted connection or unreachable host) has occurred
I only want to register a new user with following method:
firebase.auth().createUserWithEmailAndPassword(userEmail, userPassword).catch(function(error)
var errorCode = error.code;
var errorMessage = error.message;
window.alert(errorMessage);
);
I read something about to run this:
-cordova plugin remove cordova-plugin-whitelist--
--cordova plugin add cordova-plugin-whitelist--
But I don't use Cordova. And I also added the correct domain to the firebase authentication section.
I hope anyone can help me.
javascript html firebase-authentication registration
add a comment |
up vote
0
down vote
favorite
I am getting this error:
A network error (such as timeout, interrupted connection or unreachable host) has occurred
I only want to register a new user with following method:
firebase.auth().createUserWithEmailAndPassword(userEmail, userPassword).catch(function(error)
var errorCode = error.code;
var errorMessage = error.message;
window.alert(errorMessage);
);
I read something about to run this:
-cordova plugin remove cordova-plugin-whitelist--
--cordova plugin add cordova-plugin-whitelist--
But I don't use Cordova. And I also added the correct domain to the firebase authentication section.
I hope anyone can help me.
javascript html firebase-authentication registration
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am getting this error:
A network error (such as timeout, interrupted connection or unreachable host) has occurred
I only want to register a new user with following method:
firebase.auth().createUserWithEmailAndPassword(userEmail, userPassword).catch(function(error)
var errorCode = error.code;
var errorMessage = error.message;
window.alert(errorMessage);
);
I read something about to run this:
-cordova plugin remove cordova-plugin-whitelist--
--cordova plugin add cordova-plugin-whitelist--
But I don't use Cordova. And I also added the correct domain to the firebase authentication section.
I hope anyone can help me.
javascript html firebase-authentication registration
I am getting this error:
A network error (such as timeout, interrupted connection or unreachable host) has occurred
I only want to register a new user with following method:
firebase.auth().createUserWithEmailAndPassword(userEmail, userPassword).catch(function(error)
var errorCode = error.code;
var errorMessage = error.message;
window.alert(errorMessage);
);
I read something about to run this:
-cordova plugin remove cordova-plugin-whitelist--
--cordova plugin add cordova-plugin-whitelist--
But I don't use Cordova. And I also added the correct domain to the firebase authentication section.
I hope anyone can help me.
javascript html firebase-authentication registration
javascript html firebase-authentication registration
asked Nov 10 at 11:52
marcelo.wdrb
578
578
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53238651%2fgetting-timeout-or-interrupted-error-message%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password