DEV Community

Discussion on: Developing and deploying create-react-app to multiple Firebase environments

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