From 6ab818469d3b6fed4bfed54e3fd9dfcb994bbb9b Mon Sep 17 00:00:00 2001 From: Zak Timson Date: Sat, 14 Jul 2018 14:42:09 -0400 Subject: [PATCH] Fixed firestore caching config --- ngsw-config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" + } } ] }