Fully functioning Andriod application built with Java using Andriod Studio
This app uses Google Firebase authentication for user login credentials and Firebase Firestore as the data base to hold event information.
- 4 user roles: Admin, Guest, Volunteer, Donor
- Login and sign up screen for new users
- Real time updates with Firestore
- Admins can create and edit events
- Volunteers can sign up to attend an event
- Donors can contribute to the event or orginization
- Guests can view event without having to sign up
Clone this repository and import into Android Studio
git clone https://github.com/jbates888/CharityApp.git
