Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase Realtime Database in console not working?

When I try to delete or edit a node in my realtime database, I always get the info that I have to select a key with lesser elements to change something, else it is in read-only modus.

But when I click a low level node, nothing happens. So I actually can change nothing in my DB from console :(

A week ago I didn't see this warning and everything works great! Any idea how I can get back to working version?

enter image description here

I also think the german translation is not very good, because it tells me that I should activate another mode. In English it says, that the mode got activated.

like image 936
Harald Wiesinger Avatar asked Nov 27 '25 03:11

Harald Wiesinger


2 Answers

You're mixing three things here:

  1. Your database console switched to read-only mode, which happens when you have a certain amount of data under it.

  2. The warning is badly translated. Please file a bug report for that.

  3. The database console doesn't handle clicks correctly anymore. I already reported that internally last week, and added your report to it. This bug has been fixed internally and will go into production by May 23.

like image 60
Frank van Puffelen Avatar answered Nov 28 '25 18:11

Frank van Puffelen


Update 5/24/17: Problem resolved. Works now.

It seems the ability to click on a child node and promote it to be the top element of the tree is broken. Doesn't work for me either, even on a small database that is not in Read-only & non-realtime mode. I'm almost sure it was working a day or two ago.

I'm seeing the failure when using Chrome. Just tried Internet Explorer. Its works there.

like image 27
Bob Snyder Avatar answered Nov 28 '25 17:11

Bob Snyder