0.1.0 • Published 1 year ago
firebase-edge v0.1.0
Getting Started
- Firebase Admin REST API wrapper that works on Vercel edge functions, Bun, cloudflare workers, Deno or any JS runtime.
Click the Use this template button to create a new repository with the contents starter.
OR
Run bun create wobsoriano/bun-lib-starter ./my-lib
.
Setup
# install dependencies
bun install
# test the app
bun test
# build the app, available under dist
bun run build
License
MIT