Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support asset association with Message #17

Closed
rickmak opened this issue Jun 27, 2016 · 0 comments
Closed

Support asset association with Message #17

rickmak opened this issue Jun 27, 2016 · 0 comments
Assignees

Comments

@rickmak
Copy link
Member

rickmak commented Jun 27, 2016

Problem: Current implementation of get_messages hard coded what column to return. So even the developer associate the asset according to https://docs.skygear.io/ios/guide/asset. The query won't give the asset back.

Expected: The get_messages should return all column as in record query.

Possible solution:

  • by using DB reflect
  • Or using the schema:fetch API
rickmak added a commit that referenced this issue Jun 27, 2016
rickmak added a commit that referenced this issue Jun 27, 2016
Added js-sdk uplaod code in sdk and demo.
For back-end, make it return signed url first.
refs #17
@royuen royuen closed this as completed Jun 28, 2016
rickmak added a commit that referenced this issue Jun 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants