How to query in two different path with same request?

前端 未结 0 762
半阙折子戏
半阙折子戏 2020-12-03 16:49

For example it is simple call:

const stateQueryRes = await citiesRef.where(\'state\', \'==\', \'CA\').get();

But I want get cities where ‘sta

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