# Resources

[Developing and deploying create-react-app to multiple Firebase environments](https://dev.to/captemulation/developing-and-deploying-create-react-app-to-multiple-firebase-environments-4e8h)

&#x20;[Firebase + Create React App](https://peterhrynkow.com/firebase/2018/08/01/firebase-with-create-react-app.html)

> 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 ](https://stackoverflow.com/questions/52605997/when-specified-proxy-in-package-json-must-be-a-string) object.

[Developing and deploying create-react-app to multiple Firebase environments](https://dev.to/captemulation/developing-and-deploying-create-react-app-to-multiple-firebase-environments-4e8h)

[Build a Serverless full stack app using firebase cloud functions.](https://blog.usejournal.com/build-a-serverless-full-stack-app-using-firebase-cloud-functions-81afe34a64fc)

\-------

<https://github.com/the-road-to-react-with-firebase/the-road-to-react-with-firebase>

<https://leanpub.com/the-road-to-react-with-firebase>

<https://www.linkedin.com/learning/react-spas/connecting-to-firebase?u=2104649>

<https://github.com/Phoqe/react-material-ui-firebase>

<https://react.mdbootstrap.com/>

* [Getting Started with React and Firebase - Firecasts](https://youtu.be/mwNATxfUsgI)
* [Getting Started with React and Firebase, Part 2 - Firecasts](https://youtu.be/p4XTMvagQ2Q), [1.50min](https://youtu.be/p4XTMvagQ2Q?t=110)&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://textav.gitbook.io/firebase-react-notes/react-+-firebase/firebase-create-react-app-setup/untitled.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
