does the firebase database online editor ignore security rules

前端 未结 1 1068
梦毁少年i
梦毁少年i 2020-12-21 15:30

I have rules set up that ensure a foreign key like constraint: when I put data at a certain path, the key is validated to exist at another node.

Rule snippet:

相关标签:
1条回答
  • 2020-12-21 16:10

    Yes, it does. The Firebase console, as well as the Admin SDKs, bypass security rules and have "administrative" access to the Realtime Database.

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