File tree 3 files changed +5
-2
lines changed
packages-exp/functions-exp
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+
3
+ ---
Original file line number Diff line number Diff line change 49
49
"bugs" : {
50
50
"url" : " https://github.com/firebase/firebase-js-sdk/issues"
51
51
},
52
- "typings" : " dist/index .d.ts" ,
52
+ "typings" : " dist/functions-exp-public .d.ts" ,
53
53
"dependencies" : {
54
54
"@firebase/component" : " 0.1.15" ,
55
55
"@firebase/functions-types-exp" : " 0.0.800" ,
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ const factory: InstanceFactory<'functions'> = (
32
32
region ?: string
33
33
) => {
34
34
// Dependencies
35
- const app = container . getProvider ( 'app' ) . getImmediate ( ) ;
35
+ const app = container . getProvider ( 'app-exp ' ) . getImmediate ( ) ;
36
36
const authProvider = container . getProvider ( 'auth-internal' ) ;
37
37
const messagingProvider = container . getProvider ( 'messaging' ) ;
38
38
You can’t perform that action at this time.
0 commit comments