We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9336d8 commit 3f182fdCopy full SHA for 3f182fd
packages-exp/functions-compat/src/service.ts
@@ -15,12 +15,10 @@
15
* limitations under the License.
16
*/
17
18
-import {
19
- httpsCallable as httpsCallableExp,
20
- useFunctionsEmulator as useFunctionsEmulatorExp
21
-} from '@firebase/functions-exp';
22
import { FirebaseFunctions, HttpsCallable } from '@firebase/functions-types';
23
import {
+ httpsCallable as httpsCallableExp,
+ useFunctionsEmulator as useFunctionsEmulatorExp,
24
HttpsCallableOptions,
25
Functions as FunctionsServiceExp
26
} from '@firebase/functions-exp';
0 commit comments