Skip to content

Commit

Permalink
[bundle-size][database] Refine bundle definition (#5772)
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanyang committed Dec 4, 2021
1 parent 08da8c8 commit 8d04184
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions repo-scripts/size-analysis/bundle-definitions/database.json
Expand Up @@ -189,6 +189,38 @@
}
]
},
{
"name": "Listen for value events + Detach listeners",
"dependencies": [
{
"packageName": "firebase",
"versionOrTag": "latest",
"imports": [
{
"path": "app",
"imports": [
"initializeApp"
]
}
]
},
{
"packageName": "firebase",
"versionOrTag": "latest",
"imports": [
{
"path": "database",
"imports": [
"getDatabase",
"ref",
"onValue",
"off"
]
}
]
}
]
},
{
"name": "Sort data",
"dependencies": [
Expand Down

0 comments on commit 8d04184

Please sign in to comment.