You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN npm i -g firebase-tools@${FIREBASE_TOOLS_VERSION} && \
npm cache clean --force && \
apk --no-cache add openjdk8-jre bash
COPY firebase.json .
RUN firebase --open-sesame emulatorgui && \
firebase setup:emulators:database && \
firebase setup:emulators:firestore && \
firebase setup:emulators:pubsub && \
sed -i 's/getExecPath(types_1.Emulators.DATABASE)/"-Xmx3g", getExecPath(types_1.Emulators.DATABASE)/' /usr/local/lib/node_modules/firebase-tools/lib/emulator/downloadableEmulators.js