Fixed cache timeout

This commit is contained in:
Zakary Timson 2018-07-14 14:45:18 -04:00
parent 6ab818469d
commit 5ea7da4945

View File

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