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 the stored image. Highlighted url is used in the above DB's image attribute
Network err showing that the highlighted image URL's are unable to load.