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

Function cleanUpService

scripts/dataconnect-test/tests.ts:34–37  ·  view source on GitHub ↗
(projectId: string, serviceId: string, databaseId: string)

Source from the content-addressed store, hash-verified

32}
33
34async function cleanUpService(projectId: string, serviceId: string, databaseId: string) {
35 await client.deleteService(`projects/${projectId}/locations/us-central1/services/${serviceId}`);
36 await deleteDatabase(projectId, "dataconnect-test", databaseId);
37}
38
39async function list() {
40 return await cli.exec(

Callers 1

tests.tsFile · 0.85

Calls 1

deleteDatabaseFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…