← all adapters

firebase-style

simulates Firebase Auth + Firestore + Cloud Messaging API v1

restadapter v0.1.011 routes

use it

# add to stunt.yaml
services:
  firebase:
    adapter: embedded:firebase-style

# then
$ stunt up

The embedded: source extracts this adapter from the binary — no git clone, fully offline.

backing stores

usersdocumentsmessages

routes (11)

POST/v1/accounts:signInWithPassword
POST/v1/accounts:signUp
POST/v1/accounts:signInWithIdp
POST/v1/accounts:getAccountInfo
POST/v1/accounts:lookup
POST/identitytoolkit/v3/relyingparty/{action}
GET/v1/projects/{project}/databases/(default)/documents/{collection}
POST/v1/projects/{project}/databases/(default)/documents/{collection}
GET/v1/projects/{project}/databases/(default)/documents/{collection}/{id}
PATCH/v1/projects/{project}/databases/(default)/documents/{collection}/{id}
POST/v1/projects/{project}/messages:send