-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Update the README of Data Connect to help developers onboarding #13198
Conversation
First version, will add SDK part later. |
Not sure the check is valid for the PR. |
You can ignore the CI failure. It will be fixed by the next rebase or merge from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the instruction!
FirebaseDataConnect/README.md
Outdated
Here's a quick rundown of steps to get you started. Learn more about details at the official [Getting Started documentation](https://firebase.google.com/docs/data-connect/quickstart). | ||
|
||
### 1. Create a new Data Connect service and Cloud SQL instance. | ||
* Go to Firebase Console and select Firebase Data Connect from LeftNav bar to create a new Data Connect service and a Cloud SQL instance. You have to be in Blaze plan and you can view the details of pricing at https://firebase.google.com/pricing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LeftNav
seems a little bit too technical, would it be better if we just call it something like left navigation bar?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
FirebaseDataConnect/README.md
Outdated
### 3. Set up VSCode | ||
You will need VS Code and its Firebase extension (VS Code extension) to automatically generate Swift code for your queries. | ||
* Install VS Code | ||
* Download the [extension](https://firebasestorage.googleapis.com/v0/b/firemat-preview-drop/o/vsix%2Ffirebase-vscode-latest.vsix?alt=media) and drag it into the "Extensions" Left Nav bar for installation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left Nav
same as above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
FirebaseDataConnect/README.md
Outdated
``` | ||
mkdir fdc | ||
``` | ||
* Open VS Code from FDC folder |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest change to something like: open VS Code from the folder you would like to have firebase configuration.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thats the folder we suggested to make, maybe I will adjust the above step to: create a folder you'd like to have firebase configuration
No description provided.