[go: up one dir, main page]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support experimental extensions in CLI #2830

Merged
merged 12 commits into from
Jan 7, 2021
Prev Previous commit
Next Next commit
fixed linting issues
  • Loading branch information
i14h committed Nov 16, 2020
commit 2cf01a70141d432f8daaeb33ec34d9d8a0a528a9
2 changes: 1 addition & 1 deletion src/extensions/resolveSource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const AUDIENCE_WARNING_MESSAGES: { [key: string]: string } = {
"Firebase Alpha program"
)}.\n This extension is strictly confidential, and its functionality might change in backward-incompatible ways before its official, public release. Learn more: https://dev-partners.googlesource.com/samples/firebase/extensions-alpha/+/refs/heads/master/README.md`
),
"experimental": marked(
experimental: marked(
`${clc.yellow.bold("Important")}: This extension is ${clc.bold(
"experimental"
)} and may not be production ready. Its functionality might change in backward-incompatible ways before its official release, or it may be discontinued. Learn more: https://github.com/FirebaseExtended/experimental-extensions`
i14h marked this conversation as resolved.
Show resolved Hide resolved
Expand Down