Firebase Data Connect for VSCodeThe Firebase Data Connect extension provides a suite of tools to assist developers in their Data Connect development workflow. Language FeaturesThe 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 ExecutionWithin your GraphQL files, you’ll see in-line Codelenses that can help you create and test operations. In your schema files, click on To execute an operation, click on Note: You’ll need to start the Data Connect emulator in order to execute operations locally. Strongly typed SDK GenerationThe 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 EmulatorYou can start a local emulator to test your queries on your application. Deploy to ProductionOnce 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. DocumentationPlease see Getting started with Firebase Data Connect. |