nuxt-community / firebase-module

🔥 Easily integrate Firebase into your Nuxt project. 🔥
https://firebase.nuxtjs.org
MIT License
641 stars 98 forks source link

How to configure cache timeout for remoteConfig #527

Closed dsurendran closed 3 years ago

dsurendran commented 3 years ago

When I try to access a remoteConfig variable from firebase second time. Its cached on the nuxt application. Request is not going second time to the firebase server. Is there a way we can specify timeout for this cache? Is it possible to configure to always fetch values from remoteConfig?

dsurendran commented 3 years ago

I was able to change the cache time using ` minimumFetchIntervalMillis: 30000

`