rtdb, mongodb etc secure their db?
I made a nosql db service which when some1 send something like:-
{
"id": "sv",
"path": "abc/xyz",
"msg": "hi"
}
so the server will update value at abc/xyz:-
{"root": {"abc": {"xyz": "ayo"}}} => {"root": {"abc": {"xyz": "hi"}}}
so I wanna know what other db services does usually?
coz in this case any random person can change the value from the db
for android I can use it's sha1 fingerprint as auth and for web I can use some local file as auth but even that's quite insecure
oops wrong group
Обсуждают сегодня