I have a recipe collection with 100 entries in firebase firestore. The idea is that the user only sees 3 different recipes in my app. Those 3 recipes need to change every 24h. So on Monday the user sees 3 (different) recipes from my collection, on Tuesday the next 3 (randomly chosen) recipes and so on. How is that possible to achieve?