How To Prevent Spam Writes in Firebase Database (Chat App)

Viewed 8

I have a chat app that uses Firebase Realtime Database as the backend. Recently some users are sending spam texts on chatboxes. How can I prevent that? Is that any firebase rule which I can use to prevent WRITE for the same texts?

0 Answers
Related