0
I’m doing an application with Ionic 3 and Firebase, where there’s crud. My problem is that I am trying to save the data, but when saving it shows that I do not have permission. What I should do?
ERROR Error: Uncaught (in Promise): Error: PERMISSION_DENIED: Permission denied Error: PERMISSION_DENIED: Permission denied At Repo.js:510 At object.exports.exceptionGuard (util.js:536) At Repo.callOnCompleteCallback (Repo.js:501) At Repo.js:278 At Persistentconnection.js:402 At persistentconnection.onDataMessage_ (Persistentconnection.js:435) At Connection.onDataMessage_ (Connection.js:262) At Connection.onPrimaryMessageReceived_ (Connection.js:256) At Websocketconnection.onmessage (Connection.js:157) At Websocketconnection.appendFrame_ (Websocketconnection.js:197) At Repo.js:510
Check your database security rules in the Firebase console
– Rosário Pereira Fernandes
I found, thank you!
– Letícia
Man, thank you so much, you saved my life.
– Helder Grunewald