Open misstick opened 7 years ago
server/
client/app
/app
package.json
client/package.json
app/
imports
contactsCollection.fetch()
Application is not authenticated
contactModel.save()
Collections :
/contacts
/tags
Models :
/config
/contact
/tag
Environment
server/
,client/app
to/app
,package.json
(package.json
andclient/package.json
),client/app
toapp/
,Features
Waits for fixed Issues
imports
,contactsCollection.fetch()
: server errorApplication is not authenticated
,contactModel.save()
: realtime adapter doesnt work without local serverData Migration
Collections :
/contacts
,/tags
,Models :
/config
,/contact
,/tag
.(...)