vuefire

🔥 Firebase bindings for Vue.js

MIT License

Downloads
90K
Stars
3.8K
Committers
72

Bot releases are visible (Hide)

vuefire - Release 2.0.0-alpha.1

Published by posva almost 7 years ago

  • docs(readme): fix small details in readme (cd7d1eb)
  • build(dist): add missing params in pcakage.json (da0d4e2)
  • chore(license): update license (9077aca)
vuefire - Release 2.0.0-alpha.0

Published by posva almost 7 years ago

  • chore(release): publish to next tag on npm (3cfdea3)
  • ci: Setup circleci 2 (f3de29a)
  • doc: add example (68aeeb2)
  • chore(release): use release-it for releases (a1bd73f)
  • chore(lint): add and fix lint (e45981f)
  • chore: remove unused code (bc16e06)
  • test(bind): add document binding test (40aa4c9)
  • test(unbind): test document unbind (6511f35)
  • feat(unbind): manually unbind a ref (7667fe5)
  • feat(refs): clear $firestoreRefs on $destroy (250a4f9)
  • feat(refs): add $firestoreRefs (d7a90ee)
  • test: enusre _firestoreUnbinds (e6716e1)
  • feat(unbind): unsubscribe when vm is destroyed (4804381)
  • chore: deep testing spec files (7ffb305)
  • chore: append spec to tests (c01b78a)
  • feat(bind): manual bind with $bind (8256ecb)
  • chore(update dependencies): (d93915c)
  • test(use custom DocumentSnapshot mock): (e7f2f31)
  • chore(update ava): (0fcc6e5)
  • feat(support document binding): (c1a1865)
  • chore(ignore dist folder): (05980a0)
  • build: add rollup build (8efe3c1)
  • test(collection): fix no firestore test (a7afce3)
  • test(collections): Add mock + tests for simple collections (1acd0b6)
  • feat(collections): Add suport for collections (9642e47)
  • chore: initial commit (f4c9678)
vuefire - v1.4.4

Published by posva about 7 years ago

  • Set context on cancelCallback (c122200)
  • docs(readme): function syntax gets executed once (57b5568)
  • Mentioned callback functions for manual binding (#106) (bd3100f)
vuefire - v1.4.3

Published by posva over 7 years ago

  • Add firebase 4 to supported versions (ad65e1e)
  • Doc: fix set example in README (0c7bd35)
  • Updated README.md (#92) (fc3e986)
vuefire - Release v1.4.2

Published by posva over 7 years ago

Revert previous change about merging strategies
For the moment it's not possible to merge firebase functions. This us from using a mixin that adds a firebase function. It works with objects as it did before, though

vuefire - v1.4.1

Published by posva over 7 years ago

  • Set mergeStrats to data (720c24c)
vuefire - v1.4.0

Published by posva over 7 years ago

  • Add readyCallback (102e0b1)
  • Update README.md (23c8edf)
  • Update README.md (1bd45f1)
  • Update packages and add yarn.lock (58c4ae1)
vuefire - v1.3.1

Published by posva over 7 years ago

  • Fix firebase function access to the vm (c52e818)
  • Add function syntax to readme (3f6d6f7)
  • Merge pull request #57 from Ephasme/patch-3 (263bd36)
  • Fix Typo (cce20d6)
  • Merge pull request #55 from Ephasme/patch-1 (b4c5b96)
  • Update README.md (9be0e50)
vuefire - v1.3.0

Published by posva about 8 years ago

  • Enabled firebase to be called as function, thus enabling patterns where Firebase ref's are stored in root #25 @DaBs
vuefire - v1.2.1

Published by posva about 8 years ago

  • Fix array rebind #19
vuefire -

Published by yyx990803 over 8 years ago

  • Now compatible with Vue 2.0.
vuefire -

Published by yyx990803 over 8 years ago

  • Now supports Firebase 3.x.x SDK! See Firebase migration guide for instructions on how to upgrade to the Firebase 3.x.x SDK.

Big thanks to @pespantelis for implementing the upgrade.

vuefire - v1.0.1

Published by jwngr over 8 years ago

  • Fixed issue with the package.json file which caused the npm module to not work.
vuefire - v1.0.0

Published by jwngr over 8 years ago

  • Initial release. Firebase meets Vue.js!