Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vuejs/vuefire
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: update-firebase
Choose a base ref
...
head repository: vuejs/vuefire
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 19 commits
  • 17 files changed
  • 4 contributors

Commits on Dec 18, 2024

  1. chore: set project as demo

    posva committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    5d20adb View commit details
    Browse the repository at this point in the history
  2. chore: nuxt compat date

    posva committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    0475cb1 View commit details
    Browse the repository at this point in the history
  3. build: upgrade release script

    posva committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    f6970e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab50fa2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4cd3475 View commit details
    Browse the repository at this point in the history
  6. chore: update firebase-admin

    posva committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    f16a81c View commit details
    Browse the repository at this point in the history
  7. style: lint

    posva committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    4372234 View commit details
    Browse the repository at this point in the history
  8. build: up release tools

    posva committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    c33617d View commit details
    Browse the repository at this point in the history
  9. feat: support latest firebase

    posva committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    062c044 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4087474 View commit details
    Browse the repository at this point in the history
  11. chore: update eslint

    posva committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    3657ba4 View commit details
    Browse the repository at this point in the history
  12. chore: fix edp

    posva committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    33441f7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ef86e44 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2025

  1. build(deps-dev): bump vite from 5.4.11 to 5.4.12 (#1595)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    6410213 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2025

  1. docs: fix sidebar link (#1600)

    Fix #1585
    luc122c authored Jan 27, 2025
    Configuration menu
    Copy the full SHA
    b32fa09 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2025

  1. Update getting-started.md (#1601)

    When following the documentation to try and implement Firebase for a Nuxt project I stumbled on a typo where the import for a database reference was a written as `import { getDatabase, dbRef } from 'firebase/database'` as opposed to `import { getDatabase, ref as dbRef } from 'firebase/database'` as the rest of the document
    Zadigo authored Jan 29, 2025
    Configuration menu
    Copy the full SHA
    6dbe7a8 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. chore: todo note

    posva committed Feb 25, 2025
    Configuration menu
    Copy the full SHA
    6224165 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2025

  1. build(deps-dev): bump nuxt from 3.14.1592 to 3.16.0 (#1610)

    Bumps [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt) from 3.14.1592 to 3.16.0.
    - [Release notes](https://github.com/nuxt/nuxt/releases)
    - [Commits](https://github.com/nuxt/nuxt/commits/v3.16.0/packages/nuxt)
    
    ---
    updated-dependencies:
    - dependency-name: nuxt
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 19, 2025
    1 Configuration menu
    Copy the full SHA
    eb31a54 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2025

  1. build(deps-dev): bump vite from 5.4.12 to 5.4.17 (#1618)

    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.12 to 5.4.17.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/v5.4.17/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v5.4.17/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-version: 5.4.17
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 4, 2025
    Configuration menu
    Copy the full SHA
    174515e View commit details
    Browse the repository at this point in the history
Loading