Unhandled Promise Rejection: IndexSizeError: The index is not in the allowed range

前端 未结 0 1668
抹茶落季
抹茶落季 2021-01-07 15:44

I have the following:

db.collection("users")
.where("activated", "==", 0)
.get()
.then(snap => {
snap.forEach(doc => {
            


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