thaliproject / postcardapp

A sample app to demonstrate how to build Thali applications
MIT License
22 stars 5 forks source link

Disable syncing card changes before login #128

Closed deadlyfingers closed 8 years ago

deadlyfingers commented 8 years ago

We don't need to handle card changes until user has logged in... Once logged in all cards will be loaded... after that we want to handle card changed events. Currently this is causing an issue where we try to add to an object which is not yet been set.