A simple wrapper for Firestore Admin SDK
npm install @firestore-simple/admin@firestore-simple/adminFirestoreSimple for admin SDK
@firestore-simple/admin and @firestore-simple/web to date. Unfortunately, I decided to end maintaining @firestore-simple/admin and @firestore-simple/web, so these do not support the new Firebase SDK v9.
npm i @firestore-simple/admin
`Usage
See README.Also example or tests are good sample.
CHANGELOG
See CHANGELOG or ReleasesTest
Unit tests are using Firestore local emulator.So if you want to run unit test in your local machine, start emulator in background before run test.
`bash
setup monorepo
npm ci
npm run bootstrapcd packages/admin
npm run emulators:start
npm run test
``