Database for your Account

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

Last updated