Removed worker cache in lou of firebase persistance

This commit is contained in:
Zakary Timson 2018-07-15 12:37:57 -04:00
parent 1a66c2d58b
commit a5faaf2009

View File

@ -28,15 +28,5 @@
]
}
}
],
"dataGroups": [
{
"name": "firestore",
"urls": ["https://firestore.googleapis.com/**"],
"cacheConfig": {
"maxAge": "1d",
"strategy": "performance"
}
}
]
}