Skip to content

Releases: gregfenton/i18next-node-firestore-backend

v2.0.8

26 Aug 02:44
Compare
Choose a tag to compare

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

06 Aug 04:02
Compare
Choose a tag to compare
  • [FEATURE] improved Typescript support
  • [FEATURE] moved Firebase Config to external JSON file for example/client-react
  • [CHORE] updated several dependencies

v2.0.1

03 Feb 07:22
Compare
Choose a tag to compare
  • 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

02 Feb 21:39
Compare
Choose a tag to compare

Update to support Firebase "modular API" in Firebase SDK v9.0.0+

v0.2.3

02 Feb 21:40
Compare
Choose a tag to compare
v0.2.3 Pre-release
Pre-release

Initial release