There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Using Firebase and App Engine Standard Environment in an Android App, A simple task-management application that adds and removes to-do items. Storing the data in Firebase ensures that the data is synchronized across user devices and Firebase gracefully handles situations when the device is off-line. And a backend service running on App Engine standard environment to extend the functionality of the mobile app to send daily email reminders.