I have a collection of 200 recipes on Firebase Firestore. In my app (I am using flutter) I want the user to only see 3 randomly chosen recipes (all user will see the same 3 recipes). These 3 recipes should change every 24h. So on Monday my user see 3 recipes, on Tuesday another 3 and so on.
I stumbled upon firebase cloud functions. I think this could be the right thing. But before I upgrade to a Blaze plan I would like to know if I can achieve this with cloud functions and if yes, does anyone know how? I only find a few single tutorials here and there for cloud functions.