diff --git a/ngsw-config.json b/ngsw-config.json index ac2e0b3..31af078 100644 --- a/ngsw-config.json +++ b/ngsw-config.json @@ -34,7 +34,10 @@ { "name": "firestore", "urls": ["https://firestore.googleapis.com/**"], - "strategy": "performance" + "cacheConfig": { + "timeout": "1000ms", + "strategy": "freshness" + } } ] }