I am new to Firebase and I want to understand it
How do I make Database safe?
When i using real-time database, if i make rules like this:
{
"rules": {
".read": true,
".write": true
}
}
Is this safe?
If it is not safe for my app, how do I make it safe?
What does it mean to add auth (users who have registered) reading and writing in the rules, is it a good way to protect databases, and how do I do this?
If the rules are true, what are the risks that implementation may face and when? What is the alternative? – TaHa M. Younis 22 mins ago
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…