Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个问题,我有一些数据保存到 Firebase 实时数据库。数据中包含当前正在上传到 Storage 的图像(照片和签名),并且返回的 downloadUrl 正在与数据一起保存到 RT DB 中。
有没有人知道我如何在设备离线时解决这个问题?
没有简单的方法可以解决这个问题。离线时无法完成文件上传。离线时也无法获取下载 URL。您必须在线完成此工作,以便正确填充数据库。