Skip to content

vuejs/vuefire

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
December 21, 2022 15:16
September 18, 2023 17:30
December 1, 2020 12:19
September 13, 2023 11:44
September 6, 2023 18:56
October 21, 2020 12:01
src
September 13, 2023 15:36
September 13, 2023 13:05
November 10, 2022 10:31
November 9, 2022 11:13
October 26, 2022 20:01
November 25, 2022 17:51
November 15, 2022 16:10
December 1, 2022 15:15
September 22, 2023 08:44
September 13, 2023 11:44
October 23, 2022 16:05
September 11, 2023 15:05
November 21, 2022 11:36
September 6, 2023 18:56
December 28, 2022 13:32

VueFire logo


npm package build status code coverage


Firebase for Vue made easy!

  • Works with Vue >=2.7 and Vue 3
  • Supports Composition and Options API
  • Supports Vuex, Pinia, and anything that gives you a Vue ref()
  • Built for Modular Firebase >=9 for optimal tree shaking
  • Automatically listen for changes in nested references

πŸ“š Documentation

Status

  • VueFire is currently stable
  • Nuxt VueFire is in Preview

Roadmap

You can follow the progress and future plans on the Roadmap issue.

Installation

VueFire requires the firebase package to be installed as well as vuefire:

npm install vuefire firebase

Check the documentation for Nuxt instructions.

Usage

License

MIT