In realtime database web, is it possible to use multiple queries in the orderByChild.equalTo() function?

后端 未结 0 392
心在旅途
心在旅途 2020-12-25 10:28

Ex. Search through keys and find where the name = “John” and age = 17

checkNotif.orderByChild(“name”).equalTo(“John”).on("child_added", (snap) => {

相关标签:
回答
  • 消灭零回复
提交回复
热议问题