Relative Content

Tag Archive for flutterfirebasegoogle-cloud-firestoregoogle-cloud-functions

Cache firebase function output to reduce database calls

I have implemented a leaderboard using firebase firestore and functions. I want to cache the output of the function and serve applications using this function through cache. Let’s say I cache it for 3 hours. Is there a method to achieve this on firebase using callable functions? and My app is built with flutter.