laravel-firebase icon indicating copy to clipboard operation
laravel-firebase copied to clipboard

Callable functions

Open janpansa opened this issue 1 year ago • 0 comments

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.

janpansa avatar Aug 01 '23 11:08 janpansa