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
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
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 the preview version of Firebase DataConnect. This service is currently in Public Preview at no cost for a limited time.
6
6
7
7
## Getting Started with Firebase DataConnect
8
8
@@ -88,9 +88,8 @@ This repository contains the quickstart to help you explore the functionalities
88
88
npm run build
89
89
```
90
90
91
-
5. Set up Firebase Authentication with Google Sign-In. Optionally, allow domains for[Firebase Auth](https://firebase.google.com/docs/auth/web/hosting)in your project console (e.g., `http://127.0.0.1`).
92
-
6. Allow domains forFirebase Authin your [project console](https://console.firebase.google.com/project/_/authentication/settings) (e.g., `http://127.0.0.1`).
93
-
7. In `dataconnect/dataconnect.yaml`, ensure that your `instanceId`, `database`, and `serviceId` match your project configuration:
91
+
5. Allow domains forFirebase Authin your [project console](https://console.firebase.google.com/project/_/authentication/settings) (e.g., `http://127.0.0.1`).
92
+
6. In `dataconnect/dataconnect.yaml`, ensure that your `instanceId`, `database`, and `serviceId` match your project configuration:
94
93
95
94
```yaml
96
95
specVersion: "v1alpha"
@@ -106,7 +105,7 @@ This repository contains the quickstart to help you explore the functionalities
106
105
connectorDirs: ["./movie-connector"]
107
106
```
108
107
109
-
8. Deploy your project:
108
+
7. Deploy your project:
110
109
111
110
```bash
112
111
npm install -g firebase-tools
@@ -115,13 +114,13 @@ This repository contains the quickstart to help you explore the functionalities
115
114
firebase deploy --only dataconnect,hosting
116
115
```
117
116
118
-
9. To compare schema changes, run:
117
+
8. To compare schema changes, run:
119
118
120
119
```bash
121
120
firebase dataconnect:sql:diff
122
121
```
123
122
124
-
10. If the changes are acceptable, apply them with:
123
+
9. If the changes are acceptable, apply them with:
0 commit comments