FirestoreSimple for web SDK
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.
npm i @firestore-simple/web
See README.
Also example or tests are good sample.
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
MIT