You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dataconnect/README.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
3
3
## Introduction
4
4
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.
6
6
7
-
## Getting Started with Firebase DataConnect
7
+
## Getting Started with Firebase Data Connect
8
8
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).
10
10
11
11
### 1. Create a New Data Connect Service and Cloud SQL Instance
12
12
@@ -25,7 +25,7 @@ npm install -g firebase-tools
25
25
26
26
### 3. Cloning the Repository
27
27
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.
29
29
30
30
1. Clone this repository to your local machine.
31
31
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
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).
43
43
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.
45
45
46
46
### 5. Populating the Database
47
47
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.
49
49
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.
0 commit comments