firebase-crud
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

Firebase Crud

! This is a work in progress !

Firebase Crud provides a simple interface to perform common C(reate) R(ead) U(pdate) D(elete) operations on Firebase.

Examples:

const firebaseCrud = initCrud({apiKey: <YOUR_FIREBASE_API_KEY>, projectId: <YOUR_FIREBASE_PROJECT_ID>});

firebaseCrud
  .read('some/path/node')
  .then(obj => {
    //..doStuff
  });

Readme

Keywords

Package Sidebar

Install

npm i firebase-crud

Weekly Downloads

3

Version

1.1.1

License

ISC

Last publish

Collaborators

  • felipe-gdr