Billy
Billy
How insecure is indexeddb/websql when used in a phonegap app? Is it easy for someone to access and interrogate stored data?
Thought as much. Decided to keep some data in parse.com and less sensitive stored.
I installed the material theme and it still doesnt grey out the comments, see this screenshot  any ideas as to what else it could be?
I have ended up subscribing/unsubscribing manually via Parse queries: ``` parsePlugin.initialize(*APP_ID*,*CLIENT_KEY*, function() { parsePlugin.getInstallationId(function(id) { var installationQuery = new Parse.Query(Parse.Installation); installationQuery.equalTo('installationId', id); return installationQuery.first().then(function(installation) { installation.set('channels', ['user_123']); installation.save(); }); },...
Im also seeing this error, any update?
Regarding this issue (i am experiencing the same problem). Does the plugin need to geocode the address? My feed already has the lat/lng values, am i missing something here? what...
I would also like to know if there is an update for this please.
Thanks. We are currently building a site using your current version which isnt SCA ready, should we wait for the update? i.e. are there fundamental changes to how the plugin...