Skip to content

Commit de179c9

Browse files
ifiokjrFeiyang1
authored andcommitted
add type for useFunctionsEmulator (#1263)
According to this [comment](#941 (comment)) this is now supported in the library. I just couldn't see it anywhere in the types.
1 parent 61a93e4 commit de179c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/firebase/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ declare namespace firebase.functions {
145145
}
146146
export class Functions {
147147
private constructor();
148+
useFunctionsEmulator(url: string): void;
148149
httpsCallable(name: string): HttpsCallable;
149150
}
150151
export type ErrorStatus =

0 commit comments

Comments
 (0)