# Links

Read the online book at [FullStackFirebase.com](https://www.fullstackfirebase.com/)

Check out our [Glitch.com demo library](https://glitch.com/@deltaepsilon)

Our [How To Firebase GitHub Org](https://github.com/how-to-firebase) hosts all of our code:

* [full-stack-firebase](https://github.com/how-to-firebase/full-stack-firebase)
* [firelist-react](https://github.com/how-to-firebase/firelist-react)
* [firelist-angular](https://github.com/how-to-firebase/firelist-angular)
* [tutorials](https://github.com/how-to-firebase/tutorials)
* [fogo](https://github.com/how-to-firebase/fogo)

## Introduction

[Write your first query](https://glitch.com/edit/#!/coordinated-freighter)

## Firebase Console

[Browser configuration](https://glitch.com/edit/#!/malachite-engine)

[Node.js configuration](https://glitch.com/edit/#!/thread-asphalt)

## Firebase Tools

[Firebase Tools](https://glitch.com/edit/#!/somber-binder)

## Firebase Authentication

[Fogo](https://fogo.howtofirebase.com/login)

[Authentication Notes](https://github.com/how-to-firebase/full-stack-firebase/raw/master/firebase-authentication/notes.pdf)

## Cloud Firestore

[Where and orderBy](https://glitch.com/edit/#!/earthy-rhinoceros)

[Firestore Notes](https://github.com/how-to-firebase/full-stack-firebase/raw/master/cloud-firestore/notes.pdf)

## Realtime Database

[Firebase Chat](https://glitch.com/edit/#!/truth-spleen)

[Realtime Database Notes](https://github.com/how-to-firebase/full-stack-firebase/raw/master/realtime-database/notes.pdf)

## Cloud Functions for Firebase

[Firebase Chat with Functions](https://glitch.com/edit/#!/merciful-quicksand)

[Cloud Functions Notes](https://github.com/how-to-firebase/full-stack-firebase/raw/master/cloud-functions-for-firebase/notes.pdf)

## Firebase Storage

[Fogo](https://fogo.howtofirebase.com/login)

[Storage Notes](https://github.com/how-to-firebase/full-stack-firebase/raw/master/firebase-storage/notes.pdf)

## Cloud Messaging

[Firebase Cloud Messaging walkthrough](https://glitch.com/edit/#!/fine-ping)

[Cloud Messaging Notes](https://github.com/how-to-firebase/full-stack-firebase/raw/master/cloud-messaging/notes.pdf)

## Firebase Hosting

[Firebase Hosting walkthrough](https://glitch.com/edit/#!/ripe-knife?path=firebase.json:3:23)

[Hosting Notes](https://github.com/how-to-firebase/full-stack-firebase/raw/master/firebase-hosting/notes.pdf)

## Next Steps

[Firebase Community Slack](https://firebase.community/)

[@ChrisEsplin (Twitter)](https://twitter.com/chrisesplin)

[@JuarezPAF (Twitter)](https://twitter.com/juarezpaf)


---

# 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://www.fullstackfirebase.com/introduction/links.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.
