Releases: gregfenton/i18next-node-firestore-backend
Releases · gregfenton/i18next-node-firestore-backend
v2.0.8
Now exports the type I18NFirestoreBackendOpts
so that InitOptions<T>
can accept the type for its generic to properly define the init options dictionary in a typesafe manner.
Thanks to @Andrew-Tierno for the original PR!
v2.0.7
- [FEATURE] improved Typescript support
- [FEATURE] moved Firebase Config to external JSON file for
example/client-react
- [CHORE] updated several dependencies
v2.0.1
- Separate and add proper support for modular vs. namespaced, both Firebase Client SDK & Firebase Admin SDK
- Code moved to TypeScript; release includes types file
- Examples added and updated accordingly.
v1.0.0
Update to support Firebase "modular API" in Firebase SDK v9.0.0+
v0.2.3
Initial release