Skip to content
This repository has been archived by the owner on Mar 11, 2023. It is now read-only.

Latest commit

 

History

History

web

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@firestore-simple/web

FirestoreSimple for web SDK

🌆 @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

See CHANGELOG or Releases

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