Cannot initialize the scenario because of the reason ‘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 think it’s in the Mail module.
Hmm. I haven’t used Firebase a whole lot on Make, but I’ve written a lot of JS apps with their JS client SDK and this reminds me exactly of that. Is there a chance you are passing multiple arguments (a list) as a parameter that expects a single one to create the Firebase client?
E.g:
Google Sheet [1 config line, 10 email lines] → Mail Component :: Expecting [1 config, 10 mails] :: Receiving [10 configs, 10 mails] due to some list-matching error / Receiving [11 configs] due to a flattened list of inputs / Receiving [10 configs, 1 mail] due to swapped params.
Hard to follow, but I hope it helps.
I’ve no idea whats going on but in 1 day all my scenario’s stopped working with the mail module in it.
update: i found out that the problem was the update for the Android push app.
3 Likes