> 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/master.md).

# Firebase React Notes

Some notes on using firebase with react. linking to original sources and docs.

Firebase docs are pretty good, but sometimes for specific use cases and implementations you need to combine a mix of docs, blog posts, firecast videos and stack Overflow.&#x20;

The idea is, eg if you start a new project tomorrow having a go to place that brings together links, code snippets and insight. In an easy to find format.&#x20;

Also useful if you onboard someone new to a project, who might have limited or no firebase experience, to get them up to speed more efficiently on specific things.&#x20;

{% hint style="success" %}
This gitbook syncs with this github repo <https://github.com/pietrop/firebase-react-notes>

PRs welcome :)
{% endhint %}


---

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