英文: PageInfo in Firestore not usable 问题 我想在Firestore中使用分页功能,这样我就可以保存查询状态,并自动允许用户提交一个页面令牌来重新开始查询。我在这方...
Unmarshal将内部对象的值设置为JSON字符串。
英文: Unmarshal sets inner object value as json string 问题 我正在读取来自Firebase的数据,响应的格式是"map[string]in...
无法从Cloud Firestore设置编辑文本中的文本。
英文: Not able to set text in edit text from cloud firestore? 问题 [![这是edit_note活动的图像。这里的内容文本没有显示][1]][...
查询Firestore中子集合中的最大值
英文: query for max values among subcollections in firestore 问题 我想在我的应用程序中添加排行榜,其中会显示排名前50名的用户。 我的Fire...
Firestore&Java:删除数组中的单个元素
英文: Firestore & Java: Remove a single element of Array 问题 我正在尝试删除 Firestore 数组中的单个元素。数据库具有以下结构: ...
删除 Firebase 中带有子集合的集合
英文: delete collection with subcollections in firebase 问题 我在我的Firestore中创建了以下结构: /Users/USERID/Chats/...
我想将用户数据存储为 Cloud Firestore 中管理员文档的子集合。
英文: I want to store user data as a subcollection of the admin document in the Cloud Firestore 问题 注册管...
Firestore无法反序列化对象。将类型为java.util.HashMap的值转换为Date失败。
英文: Firestore Could not deserialize object. Failed to convert value of type java.util.HashMap to Dat...
After creating a user with email and password with Android Firebase I cannot save additional information in a users collection
英文: After creating a user with email and password with Android Firebase I cannot save additional inf...
Android API 24 < Crashes with java.lang.NoClassDefFoundError: com.google.common.base.CharMatcher
英文: Android API 24 < Crashes with java.lang.NoClassDefFoundError: com.google.common.base.CharMatc...
47