Luis
Luis
BBuildShip
Created by Luis on 2/4/2025 in #❓・buildship-help
The default Firebase app already exists
I have the following Flow: 1. Inputs 2. Switch based on one of the inputs 2.1. Condition 1: 'Execute BuildShip Workflow' pointing to a 2nd Flow 2.2. Fallback 3. Flow Output The first time I execute it, the Flow Output returns the 2nd Flow output as expected. After that, the 2nd Flow fails and its Firestore Collection Query node returns: "The default Firebase app already exists. This means you called initializeApp() more than once without providing an app name as the second argument. In most cases, you only need to call initializeApp() once. But if you do want to initialize multiple apps, pass a second argument to initializeApp() to give each app a unique name." I tried adding a BuildShip Workflow Trigger to the 2nd Flow but now I think it's unnecessary since both flows are in the same workflow. I found out that's a Firestore issue. There's plenty of documentation about how to solve it when you have your own code, but I don't know how to solve it from BuildShip. I miss there's no BuildShip documentation about the Execute BuildShip Workflow node. #firestoreIssue #ExecuteBuildShipWorkflowNodeIssue
7 replies