英文: I want to view file like pdf,doc,pptx and etc in my flutter app using url and I don't want t...
Flutter Streambuilder stuck in connectionstate.waiting
英文: Flutter Streambuilder stuck in connectionstate.waiting 问题 我有一个关于Flutter应用程序的问题。我想通过Firebase Fire...
如何使用Firebase来更新你的Android应用
英文: How to use firebase to update your Android App 问题 我看到有一种使用Firebase远程配置更新应用的方法。一种名为“强制更新”通知的方式。如果...
Firestore orderBy(“Date”, “desc”)在chart.js图表中无法正常工作。
英文: Firestore orderBy("Date", "desc") is not working properly in the chart.js gr...
Firestore中的collection和subcollection之间哪种结构更好?
英文: What is the better structure between collection and subcollection in Firestore? 问题 我正在开发一个社交应用,其...
DateTime 在发送到 Firestore 时变为 null。
英文: DateTime becomes null when I send to Firestore 问题 我已经创建了一个TextFormField来将DateTime发送到Firestore集合,...
BigQuery: 如何访问特定 event_name 的所有不同 event_params.key
英文: BigQuery: How to access all the distinct event_params.key of a event_name 问题 我想了解特定 event_name 的...
“Bottom Overflowed in ListTile – Flutter” 可以翻译为 “在Flutter中的ListTile底部溢出”。
英文: Bottom Overflowed in ListTile - Flutter 问题 我已经创建了一个ListTile来从Firestore中的集合中返回所有我的文档。但我想在数字之前放置“R...
如何批量写入Firestore中的单个文档,其中包含2个或更多自定义类对象?
英文: How to batch write to Firestore on a single document with 2 or more custom class objects 问题 我有3个...
如何列出Firestore中的所有单字段索引?
英文: How to list all the single field indexes in Firestore? 问题 最近,我开始创建单字段豁免以减少我的项目中的Firestore存储。 它按预...
47