Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

local-jsonbase

npm install local-jsonbase
yarn add local-jsonbase

Example

// import {default as JsonBase} from "local-jsonbase"
const { default: JsonBase } = require("local-jsonbase")

const jsonBase = new JsonBase("database")
const docRef = await jsonBase.collection("users").add({
  username: "monty_bhai",
  age: 24,
})
docRef
  .collection("notifications")
  .doc("first")
  .create({ content: "This is your first notification." })

Highly inspired from firestore

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages