Skip to content

Manage Google Cloud Firestore models, rules, indices and migrations

Notifications You must be signed in to change notification settings

pghalliday/firestore-schema

Repository files navigation

firestore-schema

Build Status Coverage Status

Manage Google Cloud Firestore models, rules, indices and migrations.

firestore-schema is a command line tool that will generate

  • Javascript classes for document and collection models
  • Firestore security rules to match those models
  • Firestore indices
  • Data migration scripts

from a schema defined using a Javascript DSL

Installation

npm install --save-dev @pghalliday/firestore-schema

Usage

TODO

DSL

TODO

About

Manage Google Cloud Firestore models, rules, indices and migrations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published