https://github.com/ftzi/firebase-functions-extended-client
https://github.com/ftzi/firebase-functions-extended-client
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ftzi/firebase-functions-extended-client
- Owner: ftzi
- Created: 2021-08-14T01:29:26.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-09T23:01:22.000Z (over 4 years ago)
- Last Synced: 2025-01-13T17:46:42.845Z (over 1 year ago)
- Language: TypeScript
- Size: 209 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
[](https://www.npmjs.com/package/firebase-functions-extended-client)
[](http://www.typescriptlang.org/)
[](http://makeapullrequest.com)
[](https://www.npmjs.com/package/firebase-functions-extended-client)
# firebase-functions-extended-client
Client for the [firebase-functions-extended](https://github.com/SrBrahma/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
```bash
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](CHANGELOG.md)