Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

firestored

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

firestored

This library is built on the firebase-admin sdk, thus limiting it to server side usage only.

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-16.67%
Maintainers
1
Weekly downloads
 
Created
Source

firestored 🔥

An helper library that simplifies Firebase Firestore operations and queries

This library is built on the firebase-admin sdk, thus limiting it to server side usage only.


Features

  • Methods for CRUD operations on Documents and Collections
  • Create and manage references
  • Query, Order and Limit support
  • Create and manage Sub-Collections

Getting Started

Install

npm i firestored or yarn add firestored

Import

import { FirestoreHelper } from "firestored" or const { FirestoreHelper } = require("firestored")

Create Instance

  const catCollection = new FirestoreHelper(firestore, 'cats😼');
  // firestore => FirebaseFirestore.Firestore object
  // collection => string

Check here for available methods for I am too lazy busy to write docs at the moment 🦥😂

Wohooo🚀🚀🚀


🪲 Report bugs and issues on the git repo

⭐ Remember to leave a star on the repository

💞 Follow me on twitter

Keywords

FAQs

Package last updated on 13 Aug 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc