1.0.6 • Published 3 years ago

fb-utils v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.6

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.2-dev

3 years ago