Firebase Realtime Database in console not working?

后端 未结 2 865
萌比男神i
萌比男神i 2021-01-14 11:18

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-o

相关标签:
2条回答
  • 2021-01-14 11:57

    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.

    0 讨论(0)
  • 2021-01-14 11:57

    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.

    0 讨论(0)
提交回复
热议问题