We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acffa4d commit b5b2955Copy full SHA for b5b2955
functions/useHttpsCallable.ts
@@ -3,7 +3,7 @@ import {
3
httpsCallable,
4
HttpsCallableResult,
5
} from 'firebase/functions';
6
-import { useState, useCallback } from 'react';
+import { useCallback, useState } from 'react';
7
8
export type HttpsCallableHook<
9
RequestData = unknown,
0 commit comments