Firebase Firestore 其中运算符使用嵌套动态属性
P粉052686710
P粉052686710 2023-09-08 16:06:57
0
1
362

使用下面的模型,我在查询 Firestore 时需要使用 where 运算符。但是,where 属性是基于以下变量代码嵌套的:

where("category", "==", "Something"),

型号

const language = "EN"

{ 
    EN: {
        category: "Something in english"
    },
    FR: {
        category: "Something in french"
    }
}
P粉052686710
P粉052686710

Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal
À propos de nous Clause de non-responsabilité Sitemap
Site Web PHP chinois:Formation PHP en ligne sur le bien-être public,Aidez les apprenants PHP à grandir rapidement!