https://drive.google.com/file/d/159P1DuApjCznqztLRDUgZakbE4GPcE27/view?usp=drivesdk
This video demonstrates how this application works.I used firebase auth for registration, firestore for storing data and firebase storage for storing images. To manage this project are devops is used. when the user first open the application the user had register itself this can be done on registration page.
Registration page
Then the user will get the verification mail on the mail they entered. After verifying they can login through login screen. This implementation of login and register is done using Firebase Auth.
Login page
After that user can enter into the app, they choose a particular date using date and time picker, Bill from gallery and put the amount that is on the bill.
Once selecting everything the user can click on upload button to upload the data. The data is getting stored on firestore and images on Firebase storage. The user can check there bills whenever they want by opening the drawer and going on bills page. Each bill can be referred by date and amount.
Drawer and bills page