Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 534 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 534 Bytes

kotlin-FirebaseCloud-Sample

a pure kotlin android project to use firebase cloud

Aim: Create a pre-loaded Image Rating app with the following three components:

  1. Anonymous login using FirebaseAuth
  2. Store the rating to FirebaseDatabase
  3. 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.