Skip to content

Releases: nuxt-community/firebase-module

v7.3.2

17 Jan 20:16
Compare
Choose a tag to compare

🐜 Bug Fixes

  • forceinject: fixed forceInject failing when ...ready() is called in a plugin in lazy mode (c15222f), closes #366

Thanks to @uppergoal for noticing the issue

v7.3.1

17 Jan 11:13
Compare
Choose a tag to compare

🐜 Bug Fixes

  • lazy-mode: fixed fireModule not being injected if ready() functions are only called in V-components (3f37365), closes #366

Thanks to @ismail-fathi for the issue and @pimlie for the solution.

v7.3.0

28 Dec 20:09
Compare
Choose a tag to compare

✨ New

  • Messaging: Added inject option to inject custom code at the end of the service worker. #413

Thanks to @nvitaterna !

v7.2.3

28 Dec 14:40
Compare
Choose a tag to compare

☘️ Small Improvements

  • Module Config: Improved error logging when a key is missing from the Firebase Config.

Thanks to @azeem-r00t for PR #421

v7.2.2

23 Dec 01:35
Compare
Choose a tag to compare

🐜 Bug Fixes

  • auth: fixed 'auth' being initialized on server-side, which lead to a memory leak in SSR mode (daa9b9e), closes #399
  • firestore-emulator: fixed issue that caused useEmulator to be triggered multiple times in SSR (ebac666), closes #390
  • messaging: fixed error with onFirebaseHosting in sw trying to load scripts from /__/ on lh (383b9cd), closes #379

Thanks to @jcmakesense and @BobbieGoede for the investigations.

v7.2.1

22 Dec 21:32
Compare
Choose a tag to compare
v7.2.1 Pre-release
Pre-release

🐜 Bug Fixes

* auth: fixed 'auth' being initialized on server-side, which lead to a memory leak in SSR mode (daa9b9e), closes #399

⚠️⚠️⚠️ Release had a bug, please upgrade to v7.2.2. ⚠️⚠️

v7.2.0

22 Dec 18:00
Compare
Choose a tag to compare

✨ New

  • auth: Added "disableEmulatorWarnings" option to auth. (1de60b9), closes #415

v7.1.2

08 Dec 23:51
Compare
Choose a tag to compare

🐜 Bug Fixes

  • Typescript: Fixed type issue with fcmPublicVapidKey (#400)

Thanks to @JuanJoseGonGi

v7.1.1

14 Nov 19:17
Compare
Choose a tag to compare

🐜 Bug Fixes

  • auth-ssr: In case the auth emulator is enabled, we now use the auth emulator in the auth ssr service-worker.

‼️ Important: Nevertheless - Auth SSR does currently NOT work with the Auth Emulator due to issues on Firebase side which will be addressed in firebase/firebase-tools#2764. See also #368.

v7.1.0

05 Nov 23:11
Compare
Choose a tag to compare

✨ New

  • Emulators: Added options (emulatorPort & emulatorHost) to connect to emulators for Firestore and RealtimeDb