From f8e5d23ed9e342f3f44acda90a9510107ba3dc17 Mon Sep 17 00:00:00 2001 From: Denver Coneybeare Date: Tue, 15 Jul 2025 17:09:51 +0000 Subject: [PATCH] dataconnect: emulator.sh: add a comment about how to use a custom data connect emulator binary --- firebase-dataconnect/emulator/emulator.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/firebase-dataconnect/emulator/emulator.sh b/firebase-dataconnect/emulator/emulator.sh index c534aaacd12..6cd33d39a31 100755 --- a/firebase-dataconnect/emulator/emulator.sh +++ b/firebase-dataconnect/emulator/emulator.sh @@ -16,6 +16,9 @@ set -euo pipefail +# Uncomment the line below to use a custom Data Connect Emulator binary +#export DATACONNECT_EMULATOR_BINARY_PATH='...' + export FIREBASE_DATACONNECT_POSTGRESQL_STRING='postgresql://postgres:postgres@localhost:5432?sslmode=disable' echo "[$0] export FIREBASE_DATACONNECT_POSTGRESQL_STRING='$FIREBASE_DATACONNECT_POSTGRESQL_STRING'"