when i trying to signup using firebase database it is show network error: User_db failed: DatabaseError:...











up vote
-1
down vote

favorite












When i trying to signup using Firebase database it is showing a network error:




W/SyncTree: Listen at /PARKING_USER/User_db failed: DatabaseError: Permission denied




User_db failed: DatabaseError: Permission denied



My Firebase Database rule is



service cloud.firestore {
match /databases/{database}/documents {
match /{document=**} {
allow read, write;
}
}
}




Network error problem



The signup code is:





Signup.java part 1





Signup.java part 2





Signup.java part 3



Signup.java part 4





The database definition:



Database name may be













share|improve this question




















  • 1




    Providing images is nice, but can you put the details inline in the question?
    – benc
    Nov 11 at 7:32










  • i want to signup when i try to signup it is showing network error as you can see in signup.java 3 image it show's only when there is database error.. i need solution how to clear that database error, I searched for answers i didn't get that so asking this question
    – chethan yadav
    Nov 11 at 7:49












  • shall i create a database with field names manually
    – chethan yadav
    Nov 11 at 7:54










  • Welcome to StackOverflow. Please read the help section on how to ask and then edit your question, as this will help the community better understand your specific issue and provide you with a good answer: stackoverflow.com/help/how-to-ask
    – Graham
    Nov 11 at 15:40






  • 1




    Don't post pictures, post actual code.
    – Ab_
    Nov 11 at 18:44















up vote
-1
down vote

favorite












When i trying to signup using Firebase database it is showing a network error:




W/SyncTree: Listen at /PARKING_USER/User_db failed: DatabaseError: Permission denied




User_db failed: DatabaseError: Permission denied



My Firebase Database rule is



service cloud.firestore {
match /databases/{database}/documents {
match /{document=**} {
allow read, write;
}
}
}




Network error problem



The signup code is:





Signup.java part 1





Signup.java part 2





Signup.java part 3



Signup.java part 4





The database definition:



Database name may be













share|improve this question




















  • 1




    Providing images is nice, but can you put the details inline in the question?
    – benc
    Nov 11 at 7:32










  • i want to signup when i try to signup it is showing network error as you can see in signup.java 3 image it show's only when there is database error.. i need solution how to clear that database error, I searched for answers i didn't get that so asking this question
    – chethan yadav
    Nov 11 at 7:49












  • shall i create a database with field names manually
    – chethan yadav
    Nov 11 at 7:54










  • Welcome to StackOverflow. Please read the help section on how to ask and then edit your question, as this will help the community better understand your specific issue and provide you with a good answer: stackoverflow.com/help/how-to-ask
    – Graham
    Nov 11 at 15:40






  • 1




    Don't post pictures, post actual code.
    – Ab_
    Nov 11 at 18:44













up vote
-1
down vote

favorite









up vote
-1
down vote

favorite











When i trying to signup using Firebase database it is showing a network error:




W/SyncTree: Listen at /PARKING_USER/User_db failed: DatabaseError: Permission denied




User_db failed: DatabaseError: Permission denied



My Firebase Database rule is



service cloud.firestore {
match /databases/{database}/documents {
match /{document=**} {
allow read, write;
}
}
}




Network error problem



The signup code is:





Signup.java part 1





Signup.java part 2





Signup.java part 3



Signup.java part 4





The database definition:



Database name may be













share|improve this question















When i trying to signup using Firebase database it is showing a network error:




W/SyncTree: Listen at /PARKING_USER/User_db failed: DatabaseError: Permission denied




User_db failed: DatabaseError: Permission denied



My Firebase Database rule is



service cloud.firestore {
match /databases/{database}/documents {
match /{document=**} {
allow read, write;
}
}
}




Network error problem



The signup code is:





Signup.java part 1





Signup.java part 2





Signup.java part 3



Signup.java part 4





The database definition:



Database name may be










android-studio firebase-realtime-database firebase-authentication firebase-cloud-messaging






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 11 at 18:37









Corion

2,325722




2,325722










asked Nov 11 at 7:25









chethan yadav

1




1








  • 1




    Providing images is nice, but can you put the details inline in the question?
    – benc
    Nov 11 at 7:32










  • i want to signup when i try to signup it is showing network error as you can see in signup.java 3 image it show's only when there is database error.. i need solution how to clear that database error, I searched for answers i didn't get that so asking this question
    – chethan yadav
    Nov 11 at 7:49












  • shall i create a database with field names manually
    – chethan yadav
    Nov 11 at 7:54










  • Welcome to StackOverflow. Please read the help section on how to ask and then edit your question, as this will help the community better understand your specific issue and provide you with a good answer: stackoverflow.com/help/how-to-ask
    – Graham
    Nov 11 at 15:40






  • 1




    Don't post pictures, post actual code.
    – Ab_
    Nov 11 at 18:44














  • 1




    Providing images is nice, but can you put the details inline in the question?
    – benc
    Nov 11 at 7:32










  • i want to signup when i try to signup it is showing network error as you can see in signup.java 3 image it show's only when there is database error.. i need solution how to clear that database error, I searched for answers i didn't get that so asking this question
    – chethan yadav
    Nov 11 at 7:49












  • shall i create a database with field names manually
    – chethan yadav
    Nov 11 at 7:54










  • Welcome to StackOverflow. Please read the help section on how to ask and then edit your question, as this will help the community better understand your specific issue and provide you with a good answer: stackoverflow.com/help/how-to-ask
    – Graham
    Nov 11 at 15:40






  • 1




    Don't post pictures, post actual code.
    – Ab_
    Nov 11 at 18:44








1




1




Providing images is nice, but can you put the details inline in the question?
– benc
Nov 11 at 7:32




Providing images is nice, but can you put the details inline in the question?
– benc
Nov 11 at 7:32












i want to signup when i try to signup it is showing network error as you can see in signup.java 3 image it show's only when there is database error.. i need solution how to clear that database error, I searched for answers i didn't get that so asking this question
– chethan yadav
Nov 11 at 7:49






i want to signup when i try to signup it is showing network error as you can see in signup.java 3 image it show's only when there is database error.. i need solution how to clear that database error, I searched for answers i didn't get that so asking this question
– chethan yadav
Nov 11 at 7:49














shall i create a database with field names manually
– chethan yadav
Nov 11 at 7:54




shall i create a database with field names manually
– chethan yadav
Nov 11 at 7:54












Welcome to StackOverflow. Please read the help section on how to ask and then edit your question, as this will help the community better understand your specific issue and provide you with a good answer: stackoverflow.com/help/how-to-ask
– Graham
Nov 11 at 15:40




Welcome to StackOverflow. Please read the help section on how to ask and then edit your question, as this will help the community better understand your specific issue and provide you with a good answer: stackoverflow.com/help/how-to-ask
– Graham
Nov 11 at 15:40




1




1




Don't post pictures, post actual code.
– Ab_
Nov 11 at 18:44




Don't post pictures, post actual code.
– Ab_
Nov 11 at 18:44

















active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53246685%2fwhen-i-trying-to-signup-using-firebase-database-it-is-show-network-error-user-d%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















 

draft saved


draft discarded



















































 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53246685%2fwhen-i-trying-to-signup-using-firebase-database-it-is-show-network-error-user-d%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Xamarin.iOS Cant Deploy on Iphone

Glorious Revolution

Dulmage-Mendelsohn matrix decomposition in Python