fireway
Version:
Schema migration tool for Firestore
9 lines (8 loc) • 345 B
TypeScript
export interface MigrateOptions {
app: import("firebase-admin").app.App;
firestore: import("@google-cloud/firestore").Firestore;
FieldValue: typeof import("@google-cloud/firestore").FieldValue;
FieldPath: typeof import("@google-cloud/firestore").FieldPath;
Timestamp: typeof import("@google-cloud/firestore").Timestamp;
dryrun: boolean;
}