Error with firebase and expo

This page summarizes the projects mentioned and recommended in the original post on /r/reactnative

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • firebase-js-sdk

    Firebase Javascript SDK

  • // Import the functions you need from the SDKs you need import * as firebase from "firebase"; import { getAnalytics } from "firebase/analytics"; // TODO: Add SDKs for Firebase products that you want to use // https://firebase.google.com/docs/web/setup#available-libraries // Your web app's Firebase configuration // For Firebase JS SDK v7.20.0 and later, measurementId is optional const firebaseConfig = { apiKey: "myapikey", authDomain: "myApp", projectId: "myApp", storageBucket: myapp.com", messagingSenderId: "69", appId: "myappid", measurementId: "mymeasurementId" }; // Initialize Firebase let app; if (firebase.app.length === 0) { app = initializeApp(firebaseConfig); } else { app = firebase.app() } const analytics = getAnalytics(app); const auth = firebase.auth() export { auth };

  • react-native-firebase

    🔥 A well-tested feature-rich modular Firebase implementation for React Native. Supports both iOS & Android platforms for all Firebase services.

  • Use https://rnfirebase.io/ or https://docs.expo.dev/guides/using-firebase (simpler, less features)

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts