Firebase Realtime database in console not working?

When I try to delete or edit a node in my live database, I always get the information that I need to select a key with smaller items in order to change something, otherwise it will be read-only.

But when I hit a low level node, nothing happens. So I can't actually change anything in my DB from the console :(

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

enter image description here

I also think that the German translation is not very good, because it tells me that I have to activate another mode. In English it says that the mode is activated.

+3


source to share


2 answers


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

There seems to be an option to click the child node and promote it to be the top of the tree. Doesn't work for me either, even in a small database that is not read-only and not in real time. I'm pretty sure it worked a day or two ago.



I see failure when using Chrome. Just tried Internet Explorer. His works are there.

+3


source


You are mixing three things here:



  • Your console has switched to read-only mode , which happens when you have a certain amount of data.

  • The warning is poorly translated. Please file a bug report .

  • The database console no longer handles clicks. I already reported this last week and added my report to it. This bug has been fixed internally and will go into production by May 23rd.

+3


source







All Articles