MCPcopy Create free account
hub / github.com/firebase/firebase-tools / displayStartSchemaDiff

Function displayStartSchemaDiff

src/dataconnect/schemaMigration.ts:753–762  ·  view source on GitHub ↗
(validationMode: SchemaValidation)

Source from the content-addressed store, hash-verified

751}
752
753function displayStartSchemaDiff(validationMode: SchemaValidation): void {
754 switch (validationMode) {
755 case "COMPATIBLE":
756 logLabeledBullet("dataconnect", `Generating SQL schema migrations to be compatible...`);
757 break;
758 case "STRICT":
759 logLabeledBullet("dataconnect", `Generating SQL schema migrations to match exactly...`);
760 break;
761 }
762}
763
764function displayNoSchemaDiff(
765 instanceId: string,

Callers 2

diffSchemaFunction · 0.85
migrateSchemaFunction · 0.85

Calls 1

logLabeledBulletFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…