Firebase: Writing POJOs how to store POJO to firebase | how to store java object to firebase
simple code: https://github.com/ameerhamza6733/Fir...
NOte on 7/16/2017 i also stuck during the reading pojo, because i forget to make setter, it take almost one day to find out whats wrong with my code , so make sure when you creat your model java class don't forget to make getter setter and empty constructor