Skip to content

Releases: rixcian/firebase-electron

v1.1.0

08 Oct 13:45
Compare
Choose a tag to compare

Features

none

Bugfixes

  • Re-establish connection to mtalk.google.com on the socket error (e.g. when there's network change, no connection to Internet at all, etc.)

v1.0.2

02 Sep 12:22
Compare
Choose a tag to compare

Features

none

Bugfixes

  • Resolve the error caused by named import (@jinpill)

v1.0.1

30 Aug 11:41
Compare
Choose a tag to compare

Features

none

Bugfixes

  • Add missing request dependency

v1.0.0

30 Aug 10:41
Compare
Choose a tag to compare

v1.0.0

Features

  • Uses the new FCM protocol (HTTP v1 API)
  • Simplified the codebase
  • Refactor tests and use vitest for testing
  • Completely written in TypeScript
  • Compatiblae with the latest Node.js (v22)
  • Build into ESM and CommonJS formats

Bugfixes

None