React and Firebase: best practices for hiding API config

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

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.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • firebase-js-sdk

    Firebase Javascript SDK

  • import { initializeApp } from "firebase/app"; import { getAnalytics } from "firebase/analytics"; import { getFirestore } from "firebase/firestore"; import { getAuth } from "firebase/auth"; import { getDatabase } from "firebase/database"; // 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: , authDomain: , projectId: , storageBucket: , messagingSenderId: , appId: , measurementId: }; // Initialize Firebase const app = initializeApp(firebaseConfig); export const auth = getAuth(); export const db = getFirestore(); export const database = getDatabase(); const analytics = getAnalytics(app);

  • 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

  • [React] Passing environment variables to service workers

    1 project | dev.to | 17 Jan 2024
  • Phone Otp login using react Js

    1 project | dev.to | 25 Aug 2023
  • Biometric web authentication into Firebase in mins 🔐🚀

    1 project | /r/reactjs | 22 Jun 2023
  • Passkeys into firebase 🔐🚀

    1 project | /r/Firebase | 13 Jun 2023
  • Yr old bug in Firebase JavaScript SDK that leaks 2 event listeners a second

    1 project | news.ycombinator.com | 23 May 2023