我找到了两种从火柴存储中获取图像的方法。当将图像保存到存储中时,将该图像路径存储到防火墙中,当获取图像时,请使用该图像路径并调用FirebaseStorage实例。// In this case, get & post imagePath info String through firebase firestore
FirebaseStorage.instance.storage.ref().chi
我正在使用Dart,Flutter和Firebase制作一个应用程序。有注册/登录,我使用云firestore作为数据库。在我的云firestore中,用户UID是文档id,我有每个用户的特定数据(结果)。 我只想检索当前用户的数据(存储在Firestore中)并显示在屏幕上。//data is successful