Start a new topic

[Titanium] - SDK 3.5.2 - dataStore.findById returns null entity

Hi,


I`m getting null entity with this:


var dataStore = Kinvey.DataStore.collection('myCollection');

var stream = dataStore.findById('myId');


P.D. My entity with that id already exist in my collection.


Nevermind, it was my mistake, I forgot to set Kinvey.DataStoreType.Network parameter.


Thanks.

Nevermind, it was my mistake, I forgot to set Kinvey.DataStoreType.Network parameter.


Thanks.

Login or Signup to post a comment