Does CLI have a flag for specifying Data Connect Emulator PGLite Database strings ? #7997
HassanBahati
started this conversation in
General
Replies: 1 comment
-
CC: @joehan |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My goal is to start the Data Connect Emulator in non-interactive environments such as a GitHub Action this is what I found in the documentations Start the emulator
I have tried starting a Data Connect Emulator locally by running the command below;
firebase emulators:start --only dataconnect --project test
but fails with the following logs
Is it that it is a must to have a
.firebaserc
in my directory ?seems the
.firebaserc
is meant to contain the Postgres connection string, is there a way to define this using a flag so that i could execute a command in a github action to start the emulator ??The Documentation at Use the Data Connect emulator for CI/CD doesnt seem to talk about a database setup or specification..
I am really curious to know how the Data Connect emulator is meant to be setup to run in non-interactive environments like Github Actions ?
FYI: The Data Connect Emulator starts, runs and works fine when i use the Firebase Data Connect Emulator VsCode Extension without a Postgres connection setup in the
.firebaserc
fileBeta Was this translation helpful? Give feedback.
All reactions