Fixed firestore caching config
This commit is contained in:
parent
5efb3b6c54
commit
6ab818469d
@ -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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user