Settings
Application Startup Guide
Follow these steps to ensure all features of the application are working correctly.
1. Set Up Firebase Services
This application requires **Firestore** and **Firebase Storage** to be enabled.
Action Required
Go to the Firebase Console, select your project, and enable both the **Firestore Database** and **Storage** services.
2. Deploy Security Rules
To protect your data, you must deploy security rules for Firestore and Storage. I have already created the necessary `firestore.rules` and `storage.rules` files for you.
Deploy Rules from Your Terminal
Run the following commands in your terminal to deploy the rules:
firebase deploy --only firestorefirebase deploy --only storage