Skip to content

v7.2.2

Compare
Choose a tag to compare
@lupas lupas released this 23 Dec 01:35

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