简体   繁体   English

我想使用 flutter 在云 Firestore 上上传 excel 文件

[英]I want to upload excel file on cloud firestore using flutter

I want to upload excel file in flutter and on button click data in file should be store in cloud firestore.我想在 flutter 中上传 excel 文件,并且文件中的按钮单击数据应存储在云 Firestore 中。 Kindly provide me code as I have no idea in this field.请提供我的代码,因为我不知道这个领域。

Consider using Firebase Storage instead of Firestore for saving files.考虑使用 Firebase 存储而不是 Firestore 来保存文件。 You can then store the download link in Firestore.然后,您可以将下载链接存储在 Firestore 中。 Here is the documentation 这是文档

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我想使用 flutter 中的未来构建器在下拉按钮中显示来自云 Firestore 的文档 ID,但出现错误 - I want to Display document ids from cloud firestore in drop down button using future builder in flutter but got error 如何在 flutter 上使用 fireart package 更新云 Firestore 上的数组值? - How can I update array value on cloud firestore using firedart package on flutter? 如何使用 flutter 中的 JSONserializable 在 Cloud Firestore 数据库中设置嵌套字段 - How do I set up a nested field in a Cloud Firestore database using JSONserializable in flutter 如何将 JSON 文件数据添加到 Cloud Firestore + Flutter - how to add a JSON file data into Cloud Firestore + Flutter 使用 flutter 检查是否已在 Cloud Firestore 上创建文档 - Checking if document has been created on Cloud Firestore using flutter 如何使用 flutter 和 dart 从 Cloud Firestore 检索特定数据? - how to retrieve specific data from Cloud Firestore using flutter and dart? flutter firestore 未在云 firestore 数据库中创建文档 - flutter firestore not creating a document in the cloud firestore database Flutter:Cloud Firestore Firestore 组件不存在 - Flutter: Cloud Firestore Firestore component is not present 使用 Flutter 从 Cloud Firestore 读取数据 - Reading data from Cloud Firestore with Flutter 将 Flutter 中的 FieldValue.arrayUnion 与 Cloud FireStore 一起使用 - Use FieldValue.arrayUnion in Flutter with Cloud FireStore
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM