firebase-module

🔥 Easily integrate Firebase into your Nuxt project. 🔥

MIT License

Downloads
26.6K
Stars
642
Committers
49

Bot releases are hidden (Show)

firebase-module - v8.2.2 Latest Release

Published by lupas over 2 years ago

⚙️ Maintenance

  • Updated peerDependency for firebase to v9

Thanks to @shu-pf for the info.

firebase-module - v8.2.0

Published by lupas almost 3 years ago

✨ New

⚙️ 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.

firebase-module - v8.1.1

Published by lupas almost 3 years ago

🐜 Bug Fixes

Thanks to @aseidma

firebase-module - v8.1.0

Published by lupas almost 3 years ago

🐜 Bug Fixes

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.

firebase-module - v8.0.0

Published by lupas almost 3 years ago

✨ 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.

firebase-module - v7.6.1

Published by lupas over 3 years ago

✨ New

  • Add option for storage emulators (348900d)

🐜 Bug Fixes

  • Add types for $fireAuthStore (bacdae9)
  • Add fix improving Firebase Atuh in local auth emulator settings #526
  • Correctly register idTokenChanged callback #508

⚙️ Maintenance

  • Various update to docs
  • Various dependency updates

Thanks to @hanayuki, @tibs245, @BboyKeen

firebase-module - v7.5.0

Published by lupas over 3 years ago

☘️ Small Improvements

  • New Option: terminateDatabasesAfterGenerate:
    Added 'terminateDatabasesAfterGenerate' config option that terminates Firestore/RealTime Database for you after running nuxt generate to improve generate time and fix the appearing warning message. (4df37a7), closes #451

🐜 Bug Fixes

  • Firebase Config:
    Made the databaseUrl 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

firebase-module -

Published by lupas over 3 years ago

🐜 Bug Fixes

  • auth: fixes build error appearing when auth.initialize is not set (71c3fb0), closes #446

Thanks to @aaharu for the bug report

firebase-module - v7.4.0

Published by lupas almost 4 years ago

✨ New

  • Auth: Added onIdTokenChanged() options to auth.initialize. See Documentation here.

Thanks to @Kasonz for the feature request!

firebase-module - v7.3.3

Published by lupas almost 4 years ago

🐜 Bug Fixes

  • forceinject: fixed issue in lazy-mode that did not allow to initialize services in nuxt plugins (c5b5cb3), closes #366

Thanks to @uppergoal for noticing the issue

firebase-module - v7.3.2

Published by lupas almost 4 years ago

🐜 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

firebase-module - v7.3.1

Published by lupas almost 4 years ago

🐜 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.

firebase-module - v7.3.0

Published by lupas almost 4 years ago

✨ New

Thanks to @nvitaterna !

firebase-module - v7.2.3

Published by lupas almost 4 years ago

☘️ Small Improvements

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

Thanks to @azeem-r00t for PR https://github.com/nuxt-community/firebase-module/pull/421

firebase-module - v7.2.2

Published by lupas almost 4 years ago

🐜 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.

firebase-module - v7.2.1

Published by lupas almost 4 years ago

🐜 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. ⚠️⚠️

firebase-module - v7.2.0

Published by lupas almost 4 years ago

✨ New

  • auth: Added "disableEmulatorWarnings" option to auth. (1de60b9), closes #415
firebase-module - v7.1.2

Published by lupas almost 4 years ago

🐜 Bug Fixes

Thanks to @JuanJoseGonGi

firebase-module - v7.1.1

Published by lupas almost 4 years ago

🐜 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 https://github.com/firebase/firebase-tools/issues/2764. See also https://github.com/nuxt-community/firebase-module/issues/368.

firebase-module - v7.1.0

Published by lupas almost 4 years ago

✨ New

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