1.0.6 • Published 2 years ago

fb-utils v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

fb-utils

npm package Build Status Downloads Issues Commitizen Friendly Semantic Release

Work in progress

Firebase utility functions to help working with firebase easier.

Motivation was after following the official docs/examples I ended up with gray hair trying to deploy a simple Cloud Function that caches Firestore queries/data. The idea is to abstract re-usable methods for anyone working with firebase/firestore.

Install

yarn add fb-utils

or

npm install fb-utils

Usage

import { cacheFirestoreQuery } from "fb-utils";

cacheFirestoreQuery("test");
//=> 'test'
1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.6

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.2-dev

2 years ago