Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/firebase/firebase-tools
/ execute
Method
execute
src/database/remove.ts:50–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
}
49
50
async
execute(): Promise<void> {
51
await
this.deletePath(this.path);
52
}
53
54
/**
55
* First, attempt to delete the path,
if
the path is big (i.e. exceeds writeSizeLimit of tiny),
Callers
6
databaseRemoveTestSuit
Function · 0.95
remove.spec.ts
File · 0.45
import.spec.ts
File · 0.45
firestore-delete.ts
File · 0.45
database-remove.ts
File · 0.45
database-import.ts
File · 0.45
Calls
1
deletePath
Method · 0.95
Tested by
1
databaseRemoveTestSuit
Function · 0.76