Simplifies tracking your expenses and managing your budget effortlessly

- Next JS 14
- Tailwind CSS
- Daisy UI
- Firebase
The security rules enforced that a user can only add, access, edit and delete their own expenses.
rules_version = '2';
service cloud.firestore {
match /databases/{database}/documents {
match /Expenses/{userId}/Data/{expenseId} {
allow create, read, update, delete: if request.auth != null && request.auth.uid == userId;
}
}
}
This project is open source and available under the MIT License.
Icon by Flaticon