File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
google-cloud-serverless/src Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ export {
3737 expressIntegration ,
3838 extraErrorDataIntegration ,
3939 fastifyIntegration ,
40+ firebaseIntegration ,
4041 flush ,
4142 fsIntegration ,
4243 functionToStringIntegration ,
Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ export {
8686 connectIntegration ,
8787 setupConnectErrorHandler ,
8888 fastifyIntegration ,
89+ firebaseIntegration ,
8990 fsIntegration ,
9091 genericPoolIntegration ,
9192 graphqlIntegration ,
Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ export {
104104 setupExpressErrorHandler ,
105105 fastifyIntegration ,
106106 setupFastifyErrorHandler ,
107+ firebaseIntegration ,
107108 koaIntegration ,
108109 setupKoaErrorHandler ,
109110 connectIntegration ,
Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ export {
8787 connectIntegration ,
8888 setupConnectErrorHandler ,
8989 fastifyIntegration ,
90+ firebaseIntegration ,
9091 genericPoolIntegration ,
9192 graphqlIntegration ,
9293 knexIntegration ,
You can’t perform that action at this time.
0 commit comments