I have an firebase firestore database where stored information about bets.
I haven't any back end, only SPA/Vue.js <---> Firebase.
I need to update bets status each X minutes automatically, using for that external API data.
Is there any way to do that without server using only firebase (cloud functions maybe)?
Thanks in advance.