> For the complete documentation index, see [llms.txt](https://textav.gitbook.io/firebase-react-notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://textav.gitbook.io/firebase-react-notes/react-+-firebase/firebase-create-react-app-setup.md).

# Firebase - Create React app setup

### Introduction

> create-react-app makes it easy to quickly get started with React. Firebase makes it easy to quickly get started with web deployments. This article will show how to configure, build and deploy a React app to multiple environments in Firebase. Plus we will get it all working well together with Typescript.

Originally From [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)

###

###

### Firebase React Context

see [notes/2019-11-19-firebase-react-context.md](https://app.gitbook.com/s/-Lu8k-cSlWRZojfRmKmI/react-+-firebase/notes/2019-11-19-firebase-react-context.md)

###

See [notes/2019-11-19-firebase-function-local-dev-react.md](https://app.gitbook.com/s/-Lu8k-cSlWRZojfRmKmI/react-+-firebase/notes/2019-11-19-firebase-function-local-dev-react.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.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.
