Fixed firestore caching config

This commit is contained in:
Zakary Timson 2018-07-14 14:42:09 -04:00
parent 5efb3b6c54
commit 6ab818469d

View File

@ -34,7 +34,10 @@
{ {
"name": "firestore", "name": "firestore",
"urls": ["https://firestore.googleapis.com/**"], "urls": ["https://firestore.googleapis.com/**"],
"strategy": "performance" "cacheConfig": {
"timeout": "1000ms",
"strategy": "freshness"
}
} }
] ]
} }