3

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.

KENdi
  • 7,576
  • 2
  • 16
  • 31
Harald Wiesinger
  • 651
  • 3
  • 11
  • 23
  • 3
    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 [file a bug report](https://firebase.google.com/support/contact/bugs-features/) for that. 3) the database console doesn't handle clicks correctly anymore. I already reported that internally last week, so will add your report to it. – Frank van Puffelen May 22 '17 at 00:16
  • @puf well thanks for your comment i just needed some confirmation to feel better ;-) – Harald Wiesinger May 22 '17 at 08:10

2 Answers2

4

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.

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
3

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.

Bob Snyder
  • 37,759
  • 6
  • 111
  • 158