We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 501380e commit 15adfa9Copy full SHA for 15adfa9
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [3.0.0-alpha.9](https://github.com/vuejs/vuefire/compare/v3.0.0-alpha.8...v3.0.0-alpha.9) (2022-11-17)
2
+
3
+### Features
4
5
+- **auth:** getCurrentUser() ([8bd023a](https://github.com/vuejs/vuefire/commit/8bd023acb714d2d5408ab4331df8ce43f9585854))
6
+- **storage:** handle ssr ([b846d56](https://github.com/vuejs/vuefire/commit/b846d5626cab3acd5611609a786335f86aa1ca8a))
7
8
# [3.0.0-alpha.8](https://github.com/vuejs/vuefire/compare/v3.0.0-alpha.7...v3.0.0-alpha.8) (2022-11-15)
9
10
### Bug Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "vuefire",
- "version": "3.0.0-alpha.8",
+ "version": "3.0.0-alpha.9",
"description": "Official Firebase bindings for Vue.js",
"packageManager": "[email protected]",
"unpkg": "dist/index.iife.js",
0 commit comments