@firestore-simple/web
v7.0.8
Published
A simple wrapper for Firestore Web SDK
Downloads
870
Readme
@firestore-simple/web
FirestoreSimple for web SDK
:city_sunset: @firestore-simple/admin and @firestore-simple/web are ARCHIVED
Thank you for using @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.
If you want to find another TypeScript friendly Firestore package, Firebase Open Source will be helpful.
Install
npm i @firestore-simple/web
Usage
See README.
Also example or tests are good sample.
CHANGELOG
Test
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.
# setup monorepo
npm ci
npm run bootstrap
cd packages/web
npm run emulators:start
npm run test
License
MIT