腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9723)
视频
沙龙
3
回答
Firestore
OrderBy
与
Where
冲突
、
、
我有一个简单的从
Firestore
数据库中获取数据的方法,但是我想用一些orderring和
where
条件对它进行分页。所以我试着用一些基本的过滤器来获取数据,但是面对错误,在https://firebase.google.com/docs/
firestore
/query-data/order-limit-data文档中描述,只有对于range <,<=,>,>=应该使用
orderBy
和
where
来处理相同的字段,但我只需
浏览 33
提问于2019-06-16
得票数 5
回答已采纳
1
回答
python
Firestore
OrderBy
与
Where
冲突
、
docs = db.collection(u'scylla').
where
('status', '==', 0).order_by('last_time').limit(10).stream() for
浏览 7
提问于2020-07-19
得票数 0
回答已采纳
1
回答
索引合并+
orderby
的Firebase不起作用
、
、
、
from "@react-native-firebase/
firestore
"; .collection(COLLECTION)它的工作正常(但我想使用我的索引
与
字段‘日期’)
fir
浏览 11
提问于2021-12-14
得票数 1
回答已采纳
1
回答
如何在颤振中使用有条不紊
如何使用
where
与
orderBy
在颤振。 .collection('clients') .
orderBy
('created', descending:
浏览 1
提问于2019-08-06
得票数 4
回答已采纳
2
回答
Flutter &
Firestore
:如何获取最新的first?
、
、
如何从
Firestore
获取最新的first?FirebaseFirestore.instance.collection(Strings.factsText) whereIn: [Strings.climateChange]) return FactsListContainer(
浏览 29
提问于2020-11-25
得票数 2
回答已采纳
3
回答
在
Firestore
查询中按不同字段使用
Where
和Order
、
、
、
我有一个名为channels的
Firestore
集合,我想获得基于it数组的通道列表并按createdAt字段对其进行排序,这是我的函数: collection(db, "channels"), "F0mnR5rNdhwSLPZ57pTP", "G8p6TWSopLN4dNHJLH8
浏览 3
提问于2021-11-29
得票数 4
回答已采纳
2
回答
初始的
orderBy
()字段'[[FieldPath([ID]),true]][0][0]‘必须
与
where
()相同
、
、
、
一切都能工作,但我一把年龄范围查询,它就会抛出一个错误,这是我的查询 .collection('TestUsers').
where
('Country', isEqualTo: 'Mexico') .
where
('Gender'
浏览 8
提问于2022-02-02
得票数 0
2
回答
Firebase
Firestore
:
orderBy
与
where
组合导致错误“操作被拒绝”
、
、
我正在研究
orderBy
的Firebase Cloud
Firestore
。当我尝试执行以下代码时var facultyQuery = fac
浏览 0
提问于2017-12-11
得票数 9
2
回答
从
Firestore
集合构建的Flutter Stream Builder中的多个
Where
案例
、
、
我找不到如何在
Firestore
Collection返回的Flutter Stream Builder中使用多个
where
子句的文档或示例。以下查询可以正常工作 .instance .
where
.snapshots()
Firestore
浏览 19
提问于2020-05-20
得票数 0
回答已采纳
1
回答
Firestore
的多个查询的CombineLatest
、
、
它希望为
Firestore
创建多个查询,以便能够将可观察对象组合为一个。('annonce', ref => ref .
where
("departement","==", "Rhône") .limit(limit
浏览 7
提问于2019-10-16
得票数 0
1
回答
是否可以将参数添加到现有的
Firestore
查询中?
、
、
是否有一种方法来修改
Firestore
查询?当我使用下面的代码时,查询将忽略startAfter.
where
('groupId', '==', req.query.groupId).
orderBy
('
浏览 0
提问于2020-10-30
得票数 0
回答已采纳
1
回答
选择Firebase防火墙集合,其中现在有时间戳。
、
、
、
我在下面试过,但没有成功 const ref =
firestore
.collection('orders').
where
('dateCreated','<',moment().toDate()).
orderBy
浏览 2
提问于2021-05-14
得票数 0
回答已采纳
2
回答
Firestore
中的
orderBy
和
where
子句组合
、
、
我试图使用
where
和
orderBy
在
Firestore
上运行一个简单的查询。查询不工作,没有错误消息。经过一些研究,我发现我可能需要在
Firestore
中构建索引。无法运行其中的+
orderBy
将是一个巨大的弱点。以下是代码:
firestore
.collection(collec_name).
where
("approved", &qu
浏览 1
提问于2020-03-23
得票数 3
回答已采纳
1
回答
在多个字段中执行相同值的
Firestore
查询
、
、
、
是否可以在云
firestore
中查询文档的多个字段中的任何一个字段中的相同值。Example like this .collection('chats') .
where
('chatUserId', '==', user.uid) .
orderBy
(&
浏览 16
提问于2021-05-26
得票数 2
回答已采纳
1
回答
使用"
where
“和"
orderBy
”的消防局
、
、
我试图使用
where
和
orderBy
在
Firestore
上运行一个简单的查询。查询不起作用。经过一些研究,我发现我可能需要在
Firestore
中构建索引。我这样做了,但是再次,这个查询不起作用。误差结果 The initial
orderBy
() field "[[FieldPath([lastTime]), true]][0][0]" has to be the same as the
where
'package:cloud_
firestore</
浏览 8
提问于2022-03-16
得票数 1
回答已采纳
1
回答
如何组合
Firestore
(在颤动中,
orderBy
与
光标后开始)
如何组合
Firestore
(在颤动中,
orderBy
与
光标后开始) if (moreDataAvailable == false) {return; if (gettingMoreData == true) { } .
wher
浏览 0
提问于2019-07-11
得票数 0
1
回答
一个字段上的
Firestore
查询whereGreater和不同字段上的
OrderBy
_
firestore
.collectionGroup(_collectionGroupName) .
where
("location",isLessThanOrEqualTo: highGeoPoint)
浏览 3
提问于2020-08-01
得票数 1
10
回答
Firestore
:多个条件
where
子句
、
、
、
、
firebase .collection("book") .
where
("color","==", ) .get() .
浏览 13
提问于2017-12-30
得票数 73
回答已采纳
3
回答
Firestore
.get()不获取最新的数据,而是它的旧版本
、
这是我的工作流程: 异步this.client.collection(
FIRESTORE
_PATH_ENTRIES).doc().create(JSON.parse(JSON.stringify(entry)));(条目:条目):Promise<
Firestore
.WriteResult> {返回storeEntry 私有异步getLatestEntryDocByStrategyIdAndSymbol(ex
浏览 6
提问于2021-09-09
得票数 0
1
回答
从Firebase
Firestore
过滤数据
、
、
CircularProgressIndicator(), } stream:
Firestore
.instance.collection('facts') .
where
('category', isEqualTo: '1')
浏览 6
提问于2020-06-12
得票数 1
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
Laravel Eloquent—基本概念用法
Facebook与谷歌:隐私权的冲突
swoole4.0之打造自己的web开发框架(4)
SQL Server基础教学 sql分页查询每页10条数据
PPT与WPS使用冲突问题解决
热门
标签
更多标签
云服务器
ICP备案
实时音视频
对象存储
即时通信 IM
活动推荐
运营活动
广告
关闭
领券