Firebase stopped saving to Realtime-database

Asked

Viewed 143 times

0

From yesterday to today, firebase stopped saving any kind of data in the database and I would like to know why. I just yesterday was testing my Whatsapp app clone naturally, but without changing anything in the code, and with his rules still public. I have no idea what to do and I won’t be able to continue my course without it.

PS: I haven’t changed anything in the code at any time, the data of registered users is automatically authenticated by the server, but nothing enters the database. Just yesterday, outside the house I even demonstrated to a friend the operation of the app and the database, and everything was saving perfectly.

1 answer

0

Implement the following line in your code to receive detailed firebase operations information :

FirebaseDatabase.getInstance().setLogLevel(Logger.Level.DEBUG);

After that, run the code and check the logcat, which will surely show you what firebase is doing. If you still have questions, add logcat to your question.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.