0
我越來越對火力地堡存儲規則此錯誤:火力地堡存儲錯誤減排規則
Error saving rules – The request cannot be identified with a client
project. Please pass a valid API key with the request.
和規則是默認的,我試圖複製粘貼那些默認
service firebase.storage {
match /b/myapp1.appspot.com/o {
match /{allPaths=**} {
allow read, write: if request.auth != null;
}
}
}
沒有一切都好,數據庫工作,auth工作,存儲也工作,但我得到這個錯誤,當我加載存儲規則頁面。 – cplus