@sawyerh/firestore-highlights
v3.3.2
Published
Firestore models used for storing highlights and their corresponding data
Downloads
34
Readme
Firestore models used for storing highlights and their corresponding data
Usage
const admin = require("firebase-admin");
const firestore = admin.firestore();
// Require a single model
const Volume = require("@sawyerh/firestore-highlights/Volume")(firestore);
// or require multiple at once
const { Entity, Volume } = require("@sawyerh/firestore-highlights")(firestore);