0.1.4 • Published 3 years ago
@base-sdk/scene-store v0.1.4
BASE SDK scene-store
Installation
yarn add @base-sdk/scene-store
Usage
import { SceneStoreService, SceneRecord } from "@base-sdk/scene-store";
const service = new SceneStoreService();
// when authenticated
service.list();
service.register({
/* ... */
});
const sharedSceneInfo: SceneRecord = await service.getShared("shared-scene-id");
What is BASE?
Base is an opensource firebase alternative for building enterprise level applications. the backend runs on lambda as MSA, and you can self-host it if you want. the backend is available at gridaco/base