Publishing Firestore rules: An unknown error occurred
up vote
1
down vote
favorite
On a newly created project, I cannot publish any changes to the Firebase rules. Even simple changes like adding a newline to the end of the file or adding a space.
I feel like this may be a bug in Firestore but thought I'd ask here first...
Error saving rules –An unknown error occurred
service cloud.firestore {
match /databases/{database}/documents {
match /{document=**} {
allow read, write: if false;
}
}
}
firebase google-cloud-firestore firebase-security-rules
add a comment |
up vote
1
down vote
favorite
On a newly created project, I cannot publish any changes to the Firebase rules. Even simple changes like adding a newline to the end of the file or adding a space.
I feel like this may be a bug in Firestore but thought I'd ask here first...
Error saving rules –An unknown error occurred
service cloud.firestore {
match /databases/{database}/documents {
match /{document=**} {
allow read, write: if false;
}
}
}
firebase google-cloud-firestore firebase-security-rules
If something in the console is not working the way you expect, contact Firebase support directly. firebase.google.com/support/contact
– Doug Stevenson
2 days ago
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
On a newly created project, I cannot publish any changes to the Firebase rules. Even simple changes like adding a newline to the end of the file or adding a space.
I feel like this may be a bug in Firestore but thought I'd ask here first...
Error saving rules –An unknown error occurred
service cloud.firestore {
match /databases/{database}/documents {
match /{document=**} {
allow read, write: if false;
}
}
}
firebase google-cloud-firestore firebase-security-rules
On a newly created project, I cannot publish any changes to the Firebase rules. Even simple changes like adding a newline to the end of the file or adding a space.
I feel like this may be a bug in Firestore but thought I'd ask here first...
Error saving rules –An unknown error occurred
service cloud.firestore {
match /databases/{database}/documents {
match /{document=**} {
allow read, write: if false;
}
}
}
firebase google-cloud-firestore firebase-security-rules
firebase google-cloud-firestore firebase-security-rules
edited Nov 21 at 2:57
Frank van Puffelen
220k25361387
220k25361387
asked Nov 21 at 1:58
Matt Wlazlo
153
153
If something in the console is not working the way you expect, contact Firebase support directly. firebase.google.com/support/contact
– Doug Stevenson
2 days ago
add a comment |
If something in the console is not working the way you expect, contact Firebase support directly. firebase.google.com/support/contact
– Doug Stevenson
2 days ago
If something in the console is not working the way you expect, contact Firebase support directly. firebase.google.com/support/contact
– Doug Stevenson
2 days ago
If something in the console is not working the way you expect, contact Firebase support directly. firebase.google.com/support/contact
– Doug Stevenson
2 days ago
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53404298%2fpublishing-firestore-rules-an-unknown-error-occurred%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
If something in the console is not working the way you expect, contact Firebase support directly. firebase.google.com/support/contact
– Doug Stevenson
2 days ago