Firebase Realtime Database in console not working?

后端 未结 2 867
萌比男神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

    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.

提交回复
热议问题