-
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 and just want to up…
-
Now the user list is using a `getChatUsers` api, which only returns part of the user. Need review again the use case of `getChatUsers` api, maybe we should use the user query for user list?
Please …
-
# Description
A Skygear version of this: https://www.docker.com/components-licenses
# Related Issues
- Server Issues
- Client Issues
- Guides Issues
# Progress Tracker
- [ ] Specifica…
-
## Description
Support an end-point for login/signup + security setting which users can use directly for their web / mobile apps.
The experience should be similar with how Google different produ…
-
connect https://github.com/SkygearIO/features/issues/5
- [ ] New method `container.getOAuthTokens()`
- Return a dictionary of OAuth tokens of the current user
- Call `skygear-server` `user:oa…
-
-
Usage:
```js
const skygearCloud = require('skygear/cloud');
skygearCloud.databaseQuery(
'SELECT id FROM _user WHERE username = $1',
['bob']
).then(result => {
// ...
});
```
Impleme…
-
# Description
A standard event tracking API supporting PostgreSQL as data store.
# Design
## Client API Design
```js
SkygearTracker(container: SkygearContainer)
SkygearTracker.prototype.…
-
in Skygear iOS and Javascript SDK, there are fetchRecordWithID and getRecordByID, but there seem no similar functions in Android SDK, for symmetricity, we should have it.
After this issue is fixed,…
-
# Description
Login by SMS, kind of like Telegram / Village. Where users have no username / email (both are optional), users can sign up or login simply by a verification on SMS.
# Design/Specif…