Firestore models used for storing highlights and their corresponding data
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);
Version | Tag | Published |
---|---|---|
3.3.0 | latest | 2yrs ago |
1.0.0 | next | 4yrs ago |