Releases: nuxt-community/firebase-module
Releases · nuxt-community/firebase-module
v7.3.2
🐜 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
🐜 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
✨ New
- Messaging: Added inject option to inject custom code at the end of the service worker. #413
Thanks to @nvitaterna !
v7.2.3
☘️ 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
🐜 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
🐜 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
✨ New
- auth: Added "disableEmulatorWarnings" option to auth. (1de60b9), closes #415
v7.1.2
🐜 Bug Fixes
- Typescript: Fixed type issue with
fcmPublicVapidKey
(#400)
Thanks to @JuanJoseGonGi
v7.1.1
🐜 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
✨ New
- Emulators: Added options (emulatorPort & emulatorHost) to connect to emulators for Firestore and RealtimeDb