Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

28 lines (17 loc) · 1.26 KB

3.0.0-alpha.2 (2020-12-08)

  • Support for Firebase 8

3.0.0-alpha.1 (2020-12-01)

Bug Fixes

  • firestore: fix plugin for Vue 2 (8e775dd)
  • rtdb: fix global vue 2 (8dcf8ef)

3.0.0-alpha.0 (2020-11-30)

Initial release, existing API from docs should be the same. Added composition API functions:

  • firestoreBind
  • firestoreUnbind
  • rtdbBind
  • rtdbUnbind

Waiting for the documentation, rely the typings to know what to pass.

Only Firebase 7 is supported until this regression is solved.

Features