🖌️
Firebase+React_Notes
search
⌘Ctrlk
🖌️
Firebase+React_Notes
  • Firebase React Notes
  • React + firebase
    • Firebase - Create React app setup
      • Node & nvm
      • Create React App + Firebase
      • Create firebase app
      • Deploying To Firebase Hosting
      • Switching Environments
      • Typescript typings
      • Firebase cloud function local development
      • Resources
    • Firebase React context
    • Firebase function local dev react
    • React firebase hooks
  • Multiple ENVs
    • Multiple ENVs
    • Manual setup
    • Terraform
  • Firestore
    • Firestore
    • Firestore data model
    • associated Firebase data with Users
    • Firestore write
    • Firestore - read
    • Firestore update
    • Persisting data offline
    • Importing json
  • Auth
    • Auth
    • Firebase UI
    • Firebase Auth with React
    • Linking auth accounts
    • Twitter sign in
    • Google sign in
    • Database Auth
    • Custom tokens
  • Cloud Functions
    • Cloud Functions
    • Set node version
    • Set timeout and memory allocation
    • Call functions via HTTP requests
    • HTTPS Callable
    • Separate Cloud Function in multiple files
    • Slack integration
    • Twilio firebase functions
    • ffmpeg convert audio
    • ffmpeg transcoding video
  • Storage
    • Security
    • Create
    • Delete
    • Uploading with React to Firebase Storage
    • Getting full path
    • Firebase `getDownloadURL`
    • Saving files to cloud storage from memory
  • Hosting
    • Hosting
    • Hosting + cloud functions
  • Firebase Admin
    • Firebase admin
  • Firebase analytics
    • Firebase analytics
  • Google App Engine
    • Google App Engine
    • GCP App Engine + video transcoding
  • STT
    • STT + Cloud Function + Cloud Task
    • Other
  • CI Integration
    • Travis CI integration
    • Github actions integration
  • Visual code
    • Visual code extension
  • Electron
    • Firebase with electron
  • Pricing
    • Pricing
  • Testing
    • Unit testing
  • Privacy and Security
    • Privacy and security
  • Useful resources
    • links
  • Firebase Extensions
    • Firebase extension
  • Chrome Extension
    • Firebase in a chrome extension
  • Cloud Run
    • Cloud Run
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
  1. React + firebasechevron-right
  2. Firebase - Create React app setup

Resources

Developing and deploying create-react-app to multiple Firebase environmentsarrow-up-right

Firebase + Create React Apparrow-up-right

Assuming you plan to use Firebase Functions and Firebase Hosting, you’ll want to run the Create React App development server in parallel with the Firebase emulator. This allows you to emulate your HTTP Firebase Functions and Firebase Hosting environment while you develop your React app.

CRA 2 issue Proxy When specified, “proxy” in package.json must be a string arrow-up-right object.

Developing and deploying create-react-app to multiple Firebase environmentsarrow-up-right

Build a Serverless full stack app using firebase cloud functions.arrow-up-right

-------

https://github.com/the-road-to-react-with-firebase/the-road-to-react-with-firebasearrow-up-right

https://leanpub.com/the-road-to-react-with-firebasearrow-up-right

https://www.linkedin.com/learning/react-spas/connecting-to-firebase?u=2104649arrow-up-right

https://github.com/Phoqe/react-material-ui-firebasearrow-up-right

https://react.mdbootstrap.com/arrow-up-right

  • Getting Started with React and Firebase - Firecastsarrow-up-right

  • Getting Started with React and Firebase, Part 2 - Firecastsarrow-up-right, 1.50minarrow-up-right

PreviousFirebase cloud function local developmentchevron-leftNextFirebase React contextchevron-right

Last updated 6 years ago

Was this helpful?

Was this helpful?