Skip to content

Callable functions #194

Open
Open
@janpansa

Description

@janpansa

Describe the feature you would like to see

I would like to use callable functions (Firebase cloud functions).

Something like this:

$functions = Firebase::functions();
$functions->getHttpsCallable('someCallableFunction')->call(
             [
                 'some' => $data,
                 'more' => $values
             ]
         );

I don't see that this is possible right now with this package.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions