How to test service who is using firestore?
I am working on a project using Firebase Firestore where I need to duplicate towns and associate them with an existing quest. Each journey contains multiple towns, and each town has a list of quests. The challenge is to find the correct journey for each town and duplicate the town while associating it with an existing quest.