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?
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?