firebase-functions-extended-client

Client for the firebase-functions-extended package. It's for my personal uses for now, so I won't write a proper readme for it, but its use is quite straightforward, if you got to understand the firebase-functions-extended, also without a readme.

Usage no npm install needed!

<script type="module">
  import firebaseFunctionsExtendedClient from 'https://cdn.skypack.dev/firebase-functions-extended-client';
</script>

README

npm TypeScript PRs Welcome npm

firebase-functions-extended-client

Client for the firebase-functions-extended package. It's for my personal uses for now, so I won't write a proper readme for it, but its use is quite straightforward, if you got to understand the firebase-functions-extended, also without a readme.

Installation

npm install firebase-functions-extended-client
# or
yarn add firebase-functions-extended-client

Usage

  • If data is an object, undefined properties are removed (deep copy non-undefined props). Before, as done automatically by firebase-functions, undefined props were turned to null.

Changelog