Status: WIP
Tiny library to help you use Firestore with your models.
- npm install firebase
- npm install firebase-admin
- Create a Firestore Database: Firebase Consolse => Create => Firestore Database => Create new database
- Go to the Project Configuration => Contas de serviço => SDK Admin do Firebase => Gerar nova chave privada
The JSON configuration will be downloaded and it should be used inside the module
https://firebase.google.com/docs/web/setup
https://firebase.google.com/docs/web/learn-more#config-object
https://firebase.google.com/docs/projects/learn-more#config-files-objects
[ ] Adding test