Skip to content

Commit 9e4aaea

Browse files
authored
Point functions-exp to the right typing file (#3322)
* point to the typing file in functions-exp * use app-exp as the service name in functions * Create chilled-beers-chew.md
1 parent 31206aa commit 9e4aaea

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.changeset/chilled-beers-chew.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
3+
---

packages-exp/functions-exp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"bugs": {
5050
"url": "https://github.com/firebase/firebase-js-sdk/issues"
5151
},
52-
"typings": "dist/index.d.ts",
52+
"typings": "dist/functions-exp-public.d.ts",
5353
"dependencies": {
5454
"@firebase/component": "0.1.15",
5555
"@firebase/functions-types-exp": "0.0.800",

packages-exp/functions-exp/src/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const factory: InstanceFactory<'functions'> = (
3232
region?: string
3333
) => {
3434
// Dependencies
35-
const app = container.getProvider('app').getImmediate();
35+
const app = container.getProvider('app-exp').getImmediate();
3636
const authProvider = container.getProvider('auth-internal');
3737
const messagingProvider = container.getProvider('messaging');
3838

0 commit comments

Comments
 (0)