Frequently Asked Question
Your question isn't listed here? join our support Discord Server to get help straight from the dev!
Where did all the data are stored
All your data are stored in your firestore. That's why you need to authorize access by importing the service account. You can view all your data directly in [firebase](https://firebase.)
Did you make this database
Simply, no. The database are provided by firebase which is from google. You can also use their firebase admin sdk if you're familiar with the package. FlameDB was built to help beginners creating their projects via firebase. FlameDB is simply an easy way to communicate with firebase.
Last updated