3 Star 0 Fork 0

Gitee 极速下载/firebase-tools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
.github
firebase-vscode
.vscode
common
resources
src
webviews
.eslintrc.json
.gitignore
.prettierignore
.prettierrc.js
.vscodeignore
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
README_DEV.md
graphql-language-service-5.2.0.tgz
graphql-language-service-server-2.12.0.tgz
package-lock.json
package.json
package.nls.json
tsconfig.json
webpack.common.js
webpack.dev.js
webpack.prod.js
mockdata
schema
scripts
src
standalone
templates
.eslintignore
.eslintrc.js
.gitignore
.mocharc.yml
.prettierignore
.prettierrc.js
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
npm-shrinkwrap.json
package.json
tsconfig.compile.json
tsconfig.dev.json
tsconfig.json
tsconfig.publish.json
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/firebase/firebase-tools
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Firebase Data Connect for VSCode

The Firebase Data Connect extension provides a suite of tools to assist developers in their Data Connect development workflow.

Extension Demo Gif

Language Features

The extension runs a Graphql Language Server that checks for syntax and compile time errors in your Data Connect code. Additionally, it provides auto-complete suggestions specific to Data Connect.

The extension will automatically generate GraphQL types based on your schema, viewable in your Explorer panel.

Query Execution

Within your GraphQL files, you’ll see in-line Codelenses that can help you create and test operations.

In your schema files, click on Add Data or Read Data to generate a corresponding operation to populate or read from your DB.

To execute an operation, click on Run Local or Run Production. This will execute your operation against the emulators, or your production Data Connect instance.

Note: You’ll need to start the Data Connect emulator in order to execute operations locally.

Strongly typed SDK Generation

The extension can help you set-up SDK generation with a simple folder selection. Once you’ve selected an app folder of your choice, client code will start generating automatically.

Local Emulator

You can start a local emulator to test your queries on your application.

Deploy to Production

Once you’ve tested the schema and operations and ran the generated SDK in your app, deploy your schema, operation and data to your Cloud SQL instance in production.

Documentation

Please see Getting started with Firebase Data Connect.

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mirrors/firebase-tools.git
git@gitee.com:mirrors/firebase-tools.git
mirrors
firebase-tools
firebase-tools
master

搜索帮助