firebase / firebase-tools

The Firebase Command Line Tools
MIT License
3.97k stars 915 forks source link

Better handling of connection string #7339

Closed joehan closed 1 week ago

joehan commented 2 weeks ago

Description

This PR does 2 things:

Scenarios Tested

Running 'firebase setup:emulators:dataconnect' from outside a project directory, then inside a project directory

Screenshot 2024-06-17 at 4 06 06 PM

Try to start emulator with a connection string configured, error out, run the suggested command, and then successfully run the emulator

Screenshot 2024-06-17 at 4 25 21 PM