I have made an app that uses the FirebaseDB component to enable a user to Register and Login. I am using a custom Firebase Project, not the Default one.
Till a few days back, everything was working well with the app. (In both - The downloaded .apk and in the Companion.)
But today, when I opened the app (.apk) , an error popped up on the Login Screen - It showed "Firebase Error". I checked the Database in the Firebase Console, and the rules had automatically changed from ".read": true, ".write": true to ".read": false, ".write": false ..
Please help me solve this issue. I have changed the rules back now, but I am submitting this app for a competition, and I don't want this error to come when the judges check it.
This sounds like a Firebase problem. Your open settings may have been on a timer in Firebase, they write a rule that gives 30 days of open rules, then change the rules to secure rules.
If you have changed your rules to read:true; write:true again, and you get no notices or warnings from Firebase, then you should be OK to carry on with open rules.
If you are still unsure, show your current rules (everything in rules) here...