使用Angular 6和PWA在离线模式下找不到存储在Firebase中的图像

时间:2018-07-31 07:11:32

标签: javascript service-worker angular6 progressive-web-apps angular-service-worker

ngsw-config.json:

“数据组”:[   {     “ name”:“动态服务器文件缓存”,     “ urls”:[“ https://scout-9bf30.firebaseio.com/posts.json”],     “ cacheConfig”:{       “ strategy”:“新鲜”,       “ maxSize”:20,       “ maxAge”:“ 1h”,       “超时”:“ 5秒”     }   } ]

我已将数据库URL作为值添加到URL属性。但是我的json接受我存储在Firebase存储中的图像文件作为对象中的一个属性。 加载应用程序时,它在获取那些存储的图像时显示错误,理想情况下应该不会。

This is my DB structure

This is the stored image. Highlighted url is used in the above DB's image attribute

This is what I expect

This is what I'm getting

Network err showing that the highlighted image URL's are unable to load.

0 个答案:

没有答案