Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

82
Vistas
Configuration for react native's firebase 9 library

I'm trying to set up a firebase database in react-native. Google does not seem to provide an SDK for iOS apps anymore, and many of the pieces of information are in new locations. I'm wondering how to find the information here:

const firebaseConfig = {
  apiKey: <value>
  authDomain: <value>
  databaseURL: <value>
  projectId: <value>
  storageBucket: <value>
  messagingSenderId: <value>
  appId: <value> 
};

I'm getting the error "Firebase App named [DEFAULT] already exists with different options or config (app/duplicate-app)" with the settings I found on my firebase account and I'm not sure how to troubleshoot this.

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

you can get firebaseConfig from firebase settings. You need to register your ios bundle id in there so you can use cloud firestore or realtime database.

To avoid the given error. Try using this,

 if(firebase.apps.length == 0){
    firebase.initializeApp(firebaseConfig);
    }
about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda