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: v3.2.1
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
  • 6 commits
  • 4 files changed
  • 4 contributors

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] <[email protected]>
    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] <[email protected]>
    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