-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/firebase emulator config switch #707
base: main
Are you sure you want to change the base?
Feature/firebase emulator config switch #707
Conversation
…fig property set by the firebase dev service config.
… separated from the quarkus logic. Added support for - UI Logging port - UI Hub endpoint - Firestore websocket port - Cloud Storage
…based on the Quarkus configuration into a separate class Moved the exposed ports to be part of the container configuration.
Co-authored-by: Loïc Mathieu <[email protected]>
Co-authored-by: Loïc Mathieu <[email protected]>
…-switch' into feature/firebase-emulator-config-switch
…or-config-switch # Conflicts: # firebase-admin/runtime/pom.xml
…ed to have this dependnecy.
…to auto-configuration via the custom firebase.json file.
Ok, quite a bit of work so far:
SCRATCH THIS BELOW, IM AN IDIOT ;)
|
@loicmathieu question w.r.t. the currently failing build. Cause of that is that the tests try to validate that a function is running, which requires the packages needed for that function are installed (i.e. run
any preference? |
No description provided.