I received the following message from Firebase. What am I supposed to do?
You chose to start developing in Test Mode, which leaves your Realtime
Database instance completely open to the Internet. Because this choice
makes your app vulnerable to attackers, your database security rules
were configured to stop allowing requests after the first 30 days. In
5 day(s), all client requests to your Realtime Database instance will
be denied. Before that time, please update your security rules to
allow your app to function while appropriately protecting your data.
Analysis is run daily; if you've modified your rules in the last 24
hours those changes may not be accounted for.
And this is what I found in databases in Firebase
{
"rules": {
".read": "now < 1602709200000", // 2020-10-15
".write": "now < 1602709200000", // 2020-10-15
}
}
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…