Skip to content

Commit fc5b771

Browse files
committed
build: prepare for release
1 parent 7a353ab commit fc5b771

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
## Roadmap
2525

26-
VueFire is currently being rewritten to support Vue 3 and Firebase 9. You can follow the progress on [the Roadmap issue](https://github.com/vuejs/vuefire/issues/1241).
26+
VueFire is currently being rewritten to support Vue 3 and Firebase 9. You can follow the progress on [the Roadmap issue](https://github.com/vuejs/vuefire/issues/1241). While it's currently in alpha, **it's the recommended version to use**, even for Vue 2, is it covers everything VueFire 2 did and more.
2727

2828
## Installation
2929

playground/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ app
3939
modules: [
4040
VueFireAuth(),
4141
VueFireAppCheck({
42-
debug: process.env.NODE_ENV !== 'production',
42+
// debug: process.env.NODE_ENV !== 'production',
4343
isTokenAutoRefreshEnabled: true,
4444
provider: new ReCaptchaV3Provider(
4545
'6LfJ0vgiAAAAAHheQE7GQVdG_c9m8xipBESx_SKI'

scripts/release.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ let {
2222
} = args
2323

2424
// NOTE: while in dev
25-
optionTag = optionTag || 'next'
25+
// optionTag = optionTag || 'next'
2626

2727
// const preId =
2828
// args.preid ||

0 commit comments

Comments
 (0)