Skip to content

Commit 4cf92d1

Browse files
authored
Update README.md
1 parent 067fc36 commit 4cf92d1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

dataconnect/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
## Introduction
44

5-
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.
5+
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.
66

7-
## Getting Started with Firebase DataConnect
7+
## Getting Started with Firebase Data Connect
88

9-
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).
9+
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).
1010

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

@@ -25,7 +25,7 @@ npm install -g firebase-tools
2525

2626
### 3. Cloning the Repository
2727

28-
This repository contains the quickstart to help you explore the functionalities of DataConnect.
28+
This repository contains the quickstart to help you explore the functionalities of Data Connect.
2929

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

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

4646
### 5. Populating the Database
4747

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

5252
### 6. Running the App
5353

0 commit comments

Comments
 (0)