- [ ] Configure the project using `firebase init` - [ ] Add credentials to [base.js](https://github.com/DigitalProductschool/workshops--gcloud/blob/master/src/base.js) - [ ] Configure `Firestore rules` in order to read and write to a table `plates` - [ ] Configure `Firestore rules` in order to write to a table `annotations` - [ ] Set up default Firebase function Recommended reading: - [How to deploy to Firebase?](https://firebase.google.com/docs/hosting/deploying) - [Get started with Firebase Cloud Functions](https://firebase.google.com/docs/functions/get-started)