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
My Firebase Database rule is
service cloud.firestore {
match /databases/{database}/documents {
match /{document=**} {
allow read, write;
}
}
}
The signup code is:
The database definition:
android-studio firebase-realtime-database firebase-authentication firebase-cloud-messaging
|
show 1 more comment
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
My Firebase Database rule is
service cloud.firestore {
match /databases/{database}/documents {
match /{document=**} {
allow read, write;
}
}
}
The signup code is:
The database definition:
android-studio firebase-realtime-database firebase-authentication firebase-cloud-messaging
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
|
show 1 more comment
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
My Firebase Database rule is
service cloud.firestore {
match /databases/{database}/documents {
match /{document=**} {
allow read, write;
}
}
}
The signup code is:
The database definition:
android-studio firebase-realtime-database firebase-authentication firebase-cloud-messaging
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
My Firebase Database rule is
service cloud.firestore {
match /databases/{database}/documents {
match /{document=**} {
allow read, write;
}
}
}
The signup code is:
The database definition:
android-studio firebase-realtime-database firebase-authentication firebase-cloud-messaging
android-studio firebase-realtime-database firebase-authentication firebase-cloud-messaging
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
|
show 1 more comment
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
|
show 1 more 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
Required, but never shown
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
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
Required, but never shown
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
Required, but never shown
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
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
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