nojaf · GitHub

NPM Version

Firebase bindings for

Installation

This project is not complete so I do accept contributions if you've used something in your project which is currently missing.

If you like, you can install all bindings via

bun install @nojaf/rescript-firebase

Include them in your rescript.json:

{
  "dependencies": ["rescript-firebase"]
}

Sample

Create a new Firebase project in the console. Register your web app and copy over the firebaseConfig in Sample.res. Make the default Cloud Firestore instance.

Read the original on github.com ↗