Skip to content

data is null on Functions when useCallFunction used #98

@erayerdin

Description

@erayerdin

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 resourcestype|bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions