firewings
v1.0.3
Published
Give Firebase wings! - Useful helper-functions for Firebase's JS SDK.
Downloads
748
Maintainers
Readme
🔥 Firewings 🔥
Give Firebase wings! - Useful helper-functions for Firebase's JS SDK.
Requirements
Make sure you have Firebase installed in your project and Firestore initiated.
"dependencies": {
"firebase": "latest"
}
Install
npm i firewings
Setup
Add the below code to wherever you want to use the functions.
import { queryFirestore } from 'firewings'
//or
import { unwrapFirestoreDoc } from 'firewings'
// and so on
Included Functions
See all details to our helper functions here.
Firestore
| Name | Descripton | | ------------- |:-------------:| | queryFirestore() | see docs | | unwrapFirestoreDoc() | see docs | | addToFirestore() | see docs | | setToFirestore() | see docs | | changeDocId() | see docs | | deleteEntireCollection() | see docs | | copyCollection() | see docs |