UNPKG

firestore-snapshot-utils

Version:

[![github license](https://img.shields.io/github/license/ericvera/firestore-snapshot-utils.svg?style=flat-square)](https://github.com/ericvera/firestore-snapshot-utils/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/firestore-snapshot-ut

7 lines (6 loc) 269 B
import type { DBSnapshotChanges } from './internal/DocumentChangeSnapshot.js'; /** * Returns a string with the differences between two snapshots of a Firestore * database. */ export declare const getDiffFromDBSnapshotChanges: (changes: DBSnapshotChanges) => string;