Releases: nuxt-community/firebase-module
v8.2.2
v8.2.0
✨ New
- AppCheck: Added support for AppCheck. See (AppCheck Docs)
⚙️ Maintenance
- Complete restructuring of the repository, migrated to mono-repo & included demo in same repo.
Thanks to @eljass for the PR's!
‼️ Important: The docs are currently broken and outdated, will try to fix at some point soon.
v8.1.1
v8.1.0
🐜 Bug Fixes
- Generate: Fixed ERR_UNSUPPORTED_DIR_IMPORT error in nuxt generate. (#602)
Thanks to @randomnessdev & @mandalornl
Warning:
While this fix fixes nuxt generate, it re-introduces the "The command 'nuxt generate' finished but did not exit after 5s" warning. Getting rid of this warning will/might be tackled separately with Nuxt v3/Firebase non-compat mode support in the future.
v8.0.0
✨ Compat Mode Imports
This update changes how the modules imports the Firebase JS SDK by using the new (resp. old 😉) compat library added with Firebase v9. This allows you to use the newest version of Firebase together with this module.
‼️ Important: Breaking Change
Please upgrade your Firebase JS SDK Version to 9 or above.
v7.6.1
v7.5.0
☘️ Small Improvements
- New Option: terminateDatabasesAfterGenerate:
Added 'terminateDatabasesAfterGenerate' config option that terminates Firestore/RealTime Database for you after runningnuxt generate
to improve generate time and fix the appearing warning message. (4df37a7), closes #451
🐜 Bug Fixes
- Firebase Config:
Made thedatabaseUrl
optionals since newer Firebase Projects don't require it anymore (fbb4a7d), closes #458 - Firestore:
Calling useEmulator() after enablePersistence() to fix "already started" issue that appears when using enablePersitance in combination with useEmulator (bc16b45), closes #451
⚙️ Maintenance
- Updated dependencies
Thanks to @mandalornl, @sugoidesune, @zeus3rd, @tibs245 & @buwilliams