-
Notifications
You must be signed in to change notification settings - Fork 578
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 scripts for Data Connect Emulator v1.2.0 #6020
Conversation
Generated by 🚫 Danger |
Coverage Report 1Affected ProductsNo changes between base commit (6ec9628) and merge commit (bb6df27).Test Logs |
The public api surface has changed for the subproject firebase-dataconnect: Please update the api.txt files for the subprojects being affected by this change by running ./gradlew ${subproject}:generateApiTxtFile. Also perform a major/minor bump accordingly. |
The big change in the Data Connect Emulator v1.2.0 is that it no longer accepts the database info as command-line arguments; rather, after launch, one must make an RPC to the emulator to set up the database info (cl/639159412). Also, the emulator now creates the database if it does not already exist, so there is no longer a need to manually create the database in
postgres_dbinit.sh
(cl/639883396).