skygear-SDK-JS icon indicating copy to clipboard operation
skygear-SDK-JS copied to clipboard

Skygear SDK for JavaScript

Results 84 skygear-SDK-JS issues
Sort by recently updated
recently updated
newest added

Client side SDK (JS, iOS and Android) should be localised, including error messages and UI elements in sample app. Related: https://github.com/SkygearIO/skygear-SDK-Android/issues/89

Similar to this: https://github.com/SkygearIO/py-skygear/blob/master/skygear/settings/__init__.py

area/skygear-node

We need to manually connect the pubsub to make the `publish` works. - Skygear SDK Date/Version: v0.22.1 - JS runtime: node v6.2.2 - Skygear Server Date/Version: v0.22.1 - [x] Is...

I think we built skygear-node real quick and it is time to add ZMQ transport in JS to bring about feature parity. This should follows skygeario/skygear-server#281 as we are going...

area/skygear-node

Skygear Server has support for `desired_keys` which allows the client to query for records but only return fields that are included in `desired_keys` key. The support is built into `skydb.Query`...

py-skygear has facility for plugin to specify what settings are needed and they are read from environment variable this follows #155

Following code will raise an JS error. ``` const author = new skygear.Reference(skygear.currentUser); ``` - Skygear SDK Date/Version: 0.18.0 #### Expected Results Following code will save the current user as...

Current `skygear.publicDB.save` assuming the input is a Record Object. So the user need to fetch the remote record or construct a new Record(with correct ACL), even it have the key...

When using batch atomic save functions, some framework like react.js would pollute the array, which intervene the skygear function. We should clean it up for popular framework (react.js, Jquery, vue.js,...