Skip to content

Latest commit

 

History

History
333 lines (184 loc) · 16.9 KB

CHANGELOG.md

File metadata and controls

333 lines (184 loc) · 16.9 KB

0.2.15 (2023-08-16)

Bug Fixes

  • admin: avoid deleting stale apps on get (1596a52)
  • correctly preserve id (f9b0ef5)

0.2.14 (2023-08-13)

Bug Fixes

  • nuxt: use fork of lru-cache (a11bf4c)

Features

  • app-check: disable with emulators and no service account (76c8b21)

0.2.13 (2023-08-01)

Bug Fixes

  • emulators: activate without enabled option in dev (c2c7267)
  • emulators: do not crash without firebase.json file (e68977b)
  • emulators: pass client side option to hide auth warning (8424077)
  • ssr: serialize non enumerable id (fa2778a), closes vuejs/vuefire#1398

Features

  • app-check: allow debug in production with VUEFIRE_APPCHECK_DEBUG (fd5db49)
  • emulators: warn if firebase.json file is missing (06f7d70)

0.2.12 (2023-07-25)

Bug Fixes

  • app-check: avoid picking up variable in prod (f7b956d)

Features

  • app-check: automatically pick up env variable (ea864a6)
  • app-check: warn user against production leak appcheck (5f140cd)

0.2.11 (2023-07-20)

Bug Fixes

  • emulators: activate if emulators is present in config (c9a5c0e)

0.2.10 (2023-07-20)

Bug Fixes

  • emulator: ensure projectId with Emulators (7ffdbce)

0.2.9 (2023-07-20)

Features

  • emulators: allow passing options to auth (9f5fc27)
  • emulators: improve warning for missing host (c076c1b)
  • emulator: work without a service account (6b34f36)

0.2.8 (2023-07-20)

Bug Fixes

  • emulator: missing storage (bfd93bc)

Features

  • add emulators support (7f86fa7)
  • avoid enabling auth emulator without auth (6ee1c49)
  • emulators: extra logs to warn user (728f811)
  • logs: use consola for logs (f802558)

0.2.7 (2023-07-16)

Bug Fixes

0.2.6 (2023-07-13)

Bug Fixes

  • api: mutualize admin sdk initialization (4169e8d)

0.2.5 (2023-07-13)

Bug Fixes

  • auth: correct verification of token id (fd2050b)
  • ssr: create user only with auth activated (078c3ac)

Features

0.2.4 (2023-07-13)

This release contains no changes.

0.2.3 (2023-07-13)

Bug Fixes

  • auth: authenticated requests on server (617edfe), closes #1310
  • up compatibility requirement (04795b0)

0.2.2 (2023-07-12)

Features

0.2.1 (2023-07-10)

Bug Fixes

  • auth: avoid errors when user is logged out (238fd65)

Features

  • ssr: handles TimeStamps (9559e71)

0.2.0 (2023-07-07)

Bug Fixes

  • allow passing GOOGLE_APPLICATION_CREDENTIALS env variable (693af39)

Deprecate vuefire.admin.serviceAccount in favor of the environment variable GOOGLE_APPLICATION_CREDENTIALS. See the updated documentation for more details. This allows to align better with how the application can be safely deployed to production.

Features

  • admin: add user to event context (67dbffd)
  • resolve service account path from env variable (22938c7)

0.1.6 (2023-02-26)

This release contains no changes

0.1.5 (2023-01-17)

This release contains no changes

0.1.4 (2023-01-15)

Bug Fixes

  • auth: only add mint cookie endpoint with admin sdk (b81dff0)

Features

0.1.3 (2023-01-13)

Bug Fixes

  • refactor cookie name var (59ad275)

0.1.2 (2023-01-13)

Bug Fixes

  • use file to avoid weird errors (55e6a9e)

0.1.1 (2023-01-13)

Bug Fixes

  • should not import from firebase-admin if not used (50a4c53)

0.1.0 (2023-01-12)

Bug Fixes

  • handle more service account cases (c9461ef)
  • workaround vite resolving issue (86c276e)

Code Refactoring

  • rename admin.config to admin.options (c1ba636)

Features

  • improve ssr + admin check (6698c04)
  • mark nuxt-vuefire logs (1fe0307)

BREAKING CHANGES

  • rename admin.config to admin.options

0.0.19 (2023-01-06)

  • dependencies updated

0.0.18 (2022-12-27)

Bug Fixes

  • temporary workaround for non ssr app (1db0058)

0.0.17 (2022-12-16)

Bug Fixes

  • move logging utils within runtime (79e3604)

0.0.16 (2022-12-16)

Bug Fixes

0.0.15 (2022-12-16)

Bug Fixes

  • auth: auto import useCurrentUser (a033e33)
  • auth: cookie must be named __session (6f08cc0)

Features

  • add logs (03b971e)
  • admin: also check for FUNCTION_NAME env (eb122b7)
  • admin: make options optional (64a5e50)

0.0.14 (2022-12-13)

Bug Fixes

  • admin: apply globals if present (9e43384)

Performance Improvements

  • avoid creating custom provider for nothing (541a6c4)

0.0.13 (2022-12-13)

Bug Fixes

Features

  • use env variables for admin app (25e72c4)

0.0.12 (2022-12-12)

Bug Fixes

  • add aliases to workaround vite issue (15f4e50)
  • add templates to transpiled dirs (9491488)

0.0.11 (2022-12-12)

Features

  • auth: handle ssr (567fd12)
  • automatically fix resolve issue (97f275a)
  • nuxt: add auto imports (bb9f2fd)
  • nuxt: add auto imports app (2bf116c)
  • nuxt: handle user context on the server and use LRU cache for apps (a335c54)
  • nuxt: simplify getCurrentUser (1abe9d9)
  • nuxt: split plugins and check options ot add them (840ca8b)
  • useFirebaseApp in nuxt (df57432)

0.0.10 (2022-12-06)

  • remove prepare script

0.0.9 (2022-12-06)

  • add back runtime folder

0.0.8 (2022-12-06)

Features

  • ssr: fail on unknown provider (366ccc0)

0.0.7 (2022-12-05)

Features

  • ssr: use env credentials in prod (4fadba7)

0.0.6 (2022-12-01)

Bug Fixes

0.0.5 (2022-12-01)

Bug Fixes

  • ssr: appcheck force app (cd5168a)

0.0.4 (2022-12-01)

Bug Fixes

  • nuxt: resolve without extension (e44a2f4)

0.0.3 (2022-12-01)

Bug Fixes

  • nuxt: remove postinstall script (bda52ee)
  • nuxt: use env config in prod (e4d7978)

0.0.2 (2022-12-01)

Bug Fixes

  • nuxt: ensure plugin is added before router and navigation (e644b85)
  • nuxt: use #app imports (c741854)

Features

  • nuxt: support admin-sdk appcheck (70e69fe)

0.0.1 (2022-12-01)

  • feat(nuxt): support admin-sdk appcheck (70e69fe)
  • refactor(nuxt): better options and wip app check (8d2aa52)
  • refactor(nuxt): wip (54d374a)
  • refactor(nuxt): work locally with workaround vite (fc340cf)