Quick Start
User Authentication
User Authentication Basics
User Log-in/Log-out, user access tokens, email and password managements
Authenticate with a custom auth system
Integrate authentication server to Skygear using JWT
Cloud Database
Cloud Database Basics
Intro to Skygear records, public and private database and Skygear data type
Access Control
Real-time Chat
Skygear Chat Basics
Creating chatrooms, sending and receiving messages with Chat APIs
Skygear PubSub
Push Notifications
CMS
Cloud Functions
Introduction to Cloud Functions
The first step to using the Skygear cloud functions to have your codes running on Skygear server
Trigger by Database Event
Running codes upon database events such as creating, updating or deleting records
Trigger by Client SDK
Lambda functions can be called from the SDKs to execute your custom codes on Skygear server
Trigger by HTTP Endpoint
Creating your own HTTP endpoint so that external applications can send GET/POST and other requests to your app
Trigger by Restful HTTP Endpoint
Creating your own set of restful HTTP endpoint easily through cloud functions
Serving Static Assets
Methods to make your static assets such as images accessible with a URL
APIs in Cloud Functions
Calling Skygear API, using database connections, pubsub, push notifications, and using the master key to impersonate user for the admin
Authenticating Users
Getting the authenticated user ID from the cloud functions, and resetting the password of a user
Advanced
Skygear Database Schema
More details about database record tables, reserved columns, schema migration and reserved tables
Error Handling in the SDKs
Handle error with error codes in SDK when operations fail