# React + firebase

- [Firebase - Create React app setup](https://textav.gitbook.io/firebase-react-notes/react-+-firebase/firebase-create-react-app-setup.md): Local development
- [Node & nvm](https://textav.gitbook.io/firebase-react-notes/react-+-firebase/firebase-create-react-app-setup/node-and-nvm.md): One time dev setup
- [Create React App + Firebase](https://textav.gitbook.io/firebase-react-notes/react-+-firebase/firebase-create-react-app-setup/create-react-app-+-firebase.md)
- [Create firebase app](https://textav.gitbook.io/firebase-react-notes/react-+-firebase/firebase-create-react-app-setup/create-firebase-app.md)
- [Deploying To Firebase Hosting](https://textav.gitbook.io/firebase-react-notes/react-+-firebase/firebase-create-react-app-setup/deploying-to-firebase-hosting.md)
- [Switching Environments](https://textav.gitbook.io/firebase-react-notes/react-+-firebase/firebase-create-react-app-setup/switching-environments.md)
- [Typescript typings](https://textav.gitbook.io/firebase-react-notes/react-+-firebase/firebase-create-react-app-setup/typescript-typings.md)
- [Firebase cloud function local development](https://textav.gitbook.io/firebase-react-notes/react-+-firebase/firebase-create-react-app-setup/firebase-cloud-function-local-development.md)
- [Resources](https://textav.gitbook.io/firebase-react-notes/react-+-firebase/firebase-create-react-app-setup/untitled.md)
- [Firebase React context](https://textav.gitbook.io/firebase-react-notes/react-+-firebase/firebase-react-context.md)
- [Motivation](https://textav.gitbook.io/firebase-react-notes/react-+-firebase/firebase-react-context/motivation.md)
- [Firebase React Context setup](https://textav.gitbook.io/firebase-react-notes/react-+-firebase/firebase-react-context/firebase-react-context-setup.md)
- [Firebase function local dev react](https://textav.gitbook.io/firebase-react-notes/react-+-firebase/firebase-function-local-dev-react.md)
- [React firebase hooks](https://textav.gitbook.io/firebase-react-notes/react-+-firebase/react-firebase-hooks.md)


---

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