Skip to content

Update README.md #841

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions dataconnect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

## Introduction

This is a sample app for the preview version of Firebase DataConnect. This service is currently in Private Preview at no cost for a limited time. Sign up for the program at [Firebase Data Connect](https://firebase.google.com/products/data-connect). This quickstart will not work if you don't have access to the preview.
This is a sample app for Firebase Data Connect, which is currently in [Public Preview](https://firebase.blog/posts/2024/10/data-connect-public-preview) at no cost until after General Availability.

## Getting Started with Firebase DataConnect
## Getting Started with Firebase Data Connect

Follow these steps to get up and running with Firebase DataConnect. For more detailed instructions, check out the [official documentation](https://firebase.google.com/docs/data-connect/quickstart).
Follow these steps to get up and running with Firebase Data Connect. For more detailed instructions, check out the [official documentation](https://firebase.google.com/docs/data-connect/quickstart).

### 1. Create a New Data Connect Service and Cloud SQL Instance

Expand All @@ -25,7 +25,7 @@ npm install -g firebase-tools

### 3. Cloning the Repository

This repository contains the quickstart to help you explore the functionalities of DataConnect.
This repository contains the quickstart to help you explore the functionalities of Data Connect.

1. Clone this repository to your local machine.
2. Navigate to the `dataconnect` folder and initialize your Firebase project:
Expand All @@ -39,15 +39,15 @@ This repository contains the quickstart to help you explore the functionalities
### 4. Installing VS Code Extension

1. Install [VS Code](https://code.visualstudio.com/).
2. Download and install the [Firebase DataConnect extension](https://marketplace.visualstudio.com/items?itemName=GoogleCloudTools.firebase-dataconnect-vscode).
2. Download and install the [Firebase Data Connect extension](https://marketplace.visualstudio.com/items?itemName=GoogleCloudTools.firebase-dataconnect-vscode).
3. Open this quickstart in VS Code and log in to your Firebase account using the Firebase extension.
4. In the Firebase DataConnect VSCode extension, click **Start Emulators** and confirm that the emulators are running in the terminal.
4. In the Firebase Data Connect VSCode extension, click **Start Emulators** and confirm that the emulators are running in the terminal.

### 5. Populating the Database

1. In VS Code, open `dataconnect/movie_insert.gql`. Ensure the emulators in the Firebase DataConnect extension are running.
1. In VS Code, open `dataconnect/movie_insert.gql`. Ensure the emulators in the Firebase Data Connect extension are running.
2. You should see a **Run (local)** button at the top of the file. Click this to insert mock movie data into your database.
3. Check the DataConnect Execution terminal to confirm that the data was added successfully.
3. Check the Data Connect Execution terminal to confirm that the data was added successfully.

### 6. Running the App

Expand Down
Loading