Skip to content

Latest commit

 

History

History
58 lines (33 loc) · 1.19 KB

File metadata and controls

58 lines (33 loc) · 1.19 KB

Version 0.2.6

  • Add Node v22 engine enforcement to the integration test package
  • Keep CI, local package validation, and emulator coverage aligned with the nodejs22 release

Version 0.2.5

  • Update all extension runtimes and package engines to Node v22
  • Keep the extension on firebase-functions/v1, because Firebase Extensions still treats these Auth and callable triggers as 1st-gen only
  • Align CI and local development on Node v22

Version 0.2.4

  • Ensure all cloud functions run on Node v18
  • Newer Node version (specifically v22) lead to integration issues

Version 0.2.3

  • Update to Node v22

Version 0.2.2

Make STREAM_API_KEY parameter a secret

Version 0.2.1

  • Update to Node v20
  • Update dependencies

Version 0.2.0

  • Use Node v16
  • Round down when setting iat on generated tokens
  • Update dependencies

Version 0.1.4

Update firebase-functions dependency to fix toJSON bug.

Version 0.1.3

Add prepare scripts for production installations.

Version 0.1.2

Copy updates.

Version 0.0.3

New display name.

Version 0.0.2

JWTs are now generated with the iat payload set to the current time.

Version 0.0.1

Initial release of the Stream Chat Auth extension.