WillieCubed / chronos-android

An app that keeps track of important events on your life's timeline.
MIT License
2 stars 0 forks source link

Migrate to Cloud Firestore #1

Closed WillieCubed closed 6 years ago

WillieCubed commented 6 years ago

Cloud Firestore uses a document-based model for objects which is much more suited for this app's countdowns. Using it in Coundowns would be a more semantically-sound way of storing data.

However, user data is still using the Firebase Realtime Database. Steps to migrate data should include: