Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srbrahma/firebase-database-listeners-manager
Very simple npm package to assist the developer to set and unset listeners to Firebase Realtime Database references.
https://github.com/srbrahma/firebase-database-listeners-manager
Last synced: about 2 months ago
JSON representation
Very simple npm package to assist the developer to set and unset listeners to Firebase Realtime Database references.
- Host: GitHub
- URL: https://github.com/srbrahma/firebase-database-listeners-manager
- Owner: SrBrahma
- Created: 2020-10-19T02:32:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-23T23:44:45.000Z (over 3 years ago)
- Last Synced: 2024-10-12T17:42:11.210Z (3 months ago)
- Language: TypeScript
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Firebase Database Listeners Manager
[![npm version](https://badge.fury.io/js/firebase-database-modeler.svg)](https://www.npmjs.com/package/firebase-database-listeners-manager)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
[![TypeScript](https://badgen.net/npm/types/env-var)](http://www.typescriptlang.org/)Supports firebase, firebase-admin and react-native-firebase packages.
README still being improved. Not a focus right now, as I am using this package in a full time real project development.
# Instalation
```js
npm install --save firebase-database-listeners-manager
// or
yarn add firebase-database-listeners-manager
```