> For the complete documentation index, see [llms.txt](https://rocket-networking.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rocket-networking.gitbook.io/docs/rocket-networking-code/database-functions.md).

# Database Functions

Rocket Networking can store permanent data in your account's name.\
Firebase Firestore is used backend to store this and as of now a simplified\
\
&#x20;**`Many Collections inside of which there can be Many Documents`**

kind of path is used.

Documents should ideally be small structs, and you should have many documents under a single collection.\
You should ideally have a small number of collections.

All accounts can store 80,000 documents, each of maximum size 10Kb
