pyro-invoke

0.0.3 • Public • Published

Pyro-Invoke

Package for calling cloud functions

const invoke = require('pyro-invoke')({
  getUserToken: () => Promise.resolve(''),
  baseUrl: 'http://some.firebase.function.com'
})

invoke('someFunctionName', {
  foo: 'bar'
})

/pyro-invoke/

    Package Sidebar

    Install

    npm i pyro-invoke

    Weekly Downloads

    1

    Version

    0.0.3

    License

    MIT

    Last publish

    Collaborators

    • emars