httpsCallableFromURL function

  1. @JS()
  2. @staticInterop
JSFunction httpsCallableFromURL(
  1. FunctionsJsImpl functions,
  2. JSString url, [
  3. HttpsCallableOptions? options
])

Implementation

@JS()
@staticInterop
external JSFunction httpsCallableFromURL(
    FunctionsJsImpl functions, JSString url,
    [HttpsCallableOptions? options]);