@firebase/functions-types
Advanced tools
Comparing version 0.1.3 to 0.1.4-0
@@ -47,2 +47,11 @@ /** | ||
httpsCallable(name: string): HttpsCallable; | ||
/** | ||
* Changes this instance to point to a Cloud Functions emulator running | ||
* locally. See https://firebase.google.com/docs/functions/local-emulator | ||
* | ||
* @param origin The origin of the local emulator, such as | ||
* "http://localhost:5005". | ||
*/ | ||
useFunctionsEmulator(origin: string); | ||
} | ||
@@ -49,0 +58,0 @@ |
{ | ||
"name": "@firebase/functions-types", | ||
"version": "0.1.3", | ||
"version": "0.1.4-0", | ||
"description": "@firebase/functions Types", | ||
@@ -5,0 +5,0 @@ "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", |
5347
119
249