FireStore上のドキュメントをorderbyでソートする時、ソート対象フィールドがdocumentに無いと結果に入らない
ちょっと嵌ったので。備忘も兼ねて
db.collections('hoge').orderBy('fuga').get().then(query => {
query.forEach(doc => {
//fuga fieldを持っていないドキュメントはそもそも入らない
})
})
まぁ公式にきちんと書いてあるんですが。
教訓
スキーマレスでもこういうところは気を付けましょう。
Author And Source
この問題について(FireStore上のドキュメントをorderbyでソートする時、ソート対象フィールドがdocumentに無いと結果に入らない), 我々は、より多くの情報をここで見つけました https://qiita.com/xx2xyyy/items/9cfab7f4c87d61beeabb著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .