Firebase Realtime Database in console not working?

2019-02-18 20:36发布

问题:

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?

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.

回答1:

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.



回答2:

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.