codaxy / tdo

Keyboard driven, hackable TODO list
https://tdoapp.com
MIT License
44 stars 13 forks source link

Move to Firestore #6

Closed mstijak closed 6 years ago

mstijak commented 6 years ago

Firestore is a much better alternative to localStorage and GitHub gists. Using Firestore we get authentication options, real-time updates between boards, offline support and possibility to implemet board sharing. The downside is that user data is not truly private, but anyone can run their own instance of tdo and Fireststore.

senpl commented 6 years ago

Why this issue was closed. Is it done?

mstijak commented 6 years ago

Yes, this version works with Firestore. However, there are some unresolved issues with the ordering of tasks and boards.