firebase-functions-extended-client
v5.5.1
Published
<!-- <img src=".logo.png" alt=firebase-functions-extended-client/><br/> -->
Downloads
3
Readme
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.