简体   繁体   English

Firebase 存储图像检索

[英]Firebase Storage Image retrieval

Is it possible to view images uploaded to Firebase Storage in the dashboard?是否可以在仪表板中查看上传到 Firebase 存储的图像?

I want to send some information from the user (images that were processed) to a Firebase Storage, so that if the user experiences a crash I can check out the images that may have caused it as the developer.我想将用户的一些信息(已处理的图像)发送到 Firebase 存储,以便如果用户遇到崩溃,我可以作为开发人员查看可能导致崩溃的图像。

There is an entire page in the Firebase Console of your project dedicated to show the files in Firebase Storage: https://console.firebase.google.com/project/_/storage/files您项目的 Firebase 控制台中有一个完整的页面专门用于显示 Firebase 存储中的文件: https ://console.firebase.google.com/project/_/storage/files

If the file metadata indicates that a file is an image, it will be viewable in the console.如果文件元数据表明文件是图像,则可以在控制台中查看。 But even if the metadata is wrong/incomplete, you can download the file and view it locally.但即使元数据错误/不完整,您也可以下载文件并在本地查看。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM