DEV Community

Cover image for Developing and deploying create-react-app to multiple Firebase environments

Developing and deploying create-react-app to multiple Firebase environments

John Dean on September 12, 2019

Introduction create-react-app makes it easy to quickly get started with React. Firebase makes it easy to quickly get started with web de...
Collapse
 
jorgemasta profile image
Jorge Masta

Very helpful! πŸ™Œ
About typescript, it doesn't work for me.

I ended up using this workaround github.com/microsoft/TypeScript/is...

Collapse
 
huanzhang89 profile image
Huan Zhang

Quick question regarding the http proxy. Why do we need that? The project seems to work fine locally without it.

Collapse
 
captemulation profile image
John Dean

The proxy will forward requests for firebase scripts to the firebase emulator. Without it, unless you load firebase some other way, firebase will not function