a pure kotlin android project to use firebase cloud
Aim: Create a pre-loaded Image Rating app with the following three components:
- Anonymous login using FirebaseAuth
- Store the rating to FirebaseDatabase
- Use FirebaseCloud to calculate the average and total rated user count and update it to Db.
This is an excercise Sample Project build for ProgrammerMe Club Members. If you are not one, and still found this helpfull, feel free to fork it, or send in a pull request if you want any changes.