英文: How to display a document with its subcollections from Firestore in a RecyclerView with Android?...
What does .setInitialLoadSizeHint , .setPageSize and . setPrefetchDistance mean in firestorepagination?
英文: What does .setInitialLoadSizeHint , .setPageSize and . setPrefetchDistance mean in firestorepagi...
Firestore创建集合但不添加任何文档。
英文: Firestore create collection without adding any document 问题 我想创建一个集合,但不创建其中任何文档。但不是先创建文档,然后再删除文档。...
Why does transfering data from one Activity to another doesnt work inside a query in firebasefirestore
英文: Why does transfering data from one Activity to another doesnt work inside a query in firebasefir...
Firestore的whereEqualTo始终返回true。
英文: firestore whereEqualTo always get returns true 问题 我想在我的Firestore数据库中设置一个监听器。 我想监听一个名为 isConfirmC...
等待 Cloud Firestore 任务结果
英文: Wait for Cloud Firestore task result 问题 我正试图开发一种方法来访问 Cloud Firestore,读取用户数据并返回与之关联的映射。据我理解,它没有等...
How to get Firestore information actually added to a list so the list can passed to other functions later on
英文: How to get Firestore information actually added to a list so the list can passed to other functi...
RecyclerView在活动中始终是空白的。
英文: RecyclerView is always blank in activity 问题 当我运行我的应用程序时,RecyclerView 在活动中总是显示为空白。我使用了普通的Recycler...
如何确保Firebase只从服务器获取数据
英文: How to make sure Firebase fetches data from the server only 问题 我想要能够只从Firebase服务器获取数据,如果没有互联网连接,...
App在我打开RecyclerView活动时不停止。
英文: App keeps stopping whenever I open RecyclerView activity 问题 你的应用在尝试打开带有 RecyclerView 的活动时突然停止工作。...
47