Posts by SERGIO LUCAS OLIVEIRA SARAIVA • 1 point
1 post
-
0
votes3
answers887
viewsA: FIREBASE + NODEJS error: Firebase App named '[DEFAULT]' already exists
This error occurs when Voce calls firebase.initializeApp(firebaseConfig) more than once, so the ideal is to create a name for each app. This is the start app function that gets two parameters:…