Does CLI have a flag for specifying Data Connect Emulator PGLite Database strings ? #7997
                  
                    
                      HassanBahati
                    
                  
                
                  started this conversation in
                General
              
            Replies: 2 comments 1 reply
-
| CC: @joehan | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            -
| Sorry for the slow reply here! You can also provide this value via  the On a separate note, you'll generally want to use  | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
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 testbut fails with the following logs
Is it that it is a must to have a
.firebasercin my directory ?seems the
.firebasercis 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
.firebasercfileBeta Was this translation helpful? Give feedback.
All reactions