Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/firebase/firebase-tools
/ write
Method
write
src/profileReport.ts:555–561 ·
view source on GitHub ↗
(data: any)
Source
from the content-addressed store, hash-verified
553
}
554
555
write(data: any) {
556
if
(this.options.isFile) {
557
this.output.write(data);
558
}
else
{
559
logger.info(data);
560
}
561
}
562
563
generate() {
564
if
(this.options.format ===
"TXT"
) {
Callers
15
writeRaw
Method · 0.95
outputJson
Method · 0.95
CheckFirebaseTools
Function · 0.80
SimpleSpinner
Function · 0.80
logWarningToStderr
Function · 0.80
createWriteUsersToFile
Function · 0.80
register
Method · 0.80
auth-export.ts
File · 0.80
dataconnect-execute.ts
File · 0.80
readQueryFromDir
Function · 0.80
database-get.ts
File · 0.80
getDevModeHandle
Function · 0.80
Calls
no outgoing calls
Tested by
1
sendReq
Function · 0.64