-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
severity|highThe related issue causes to consume too much resourcesThe related issue causes to consume too much resourcestype|bugSomething isn't workingSomething isn't working
Description
Classic way to call:
const functions = useContext(FirebaseFunctionsContext)!;
const rejectSingUpRequest = httpsCallable(functions, 'rejectSignUpRequest');
await rejectSignUpRequest({
uid: userId,
});
...passes the data to backend. However, when useCallFunction is used, it is always null on backend.
Metadata
Metadata
Assignees
Labels
severity|highThe related issue causes to consume too much resourcesThe related issue causes to consume too much resourcestype|bugSomething isn't workingSomething isn't working