-
Notifications
You must be signed in to change notification settings - Fork 937
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
Using android/ios default ports #7149
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7149 +/- ##
==========================================
- Coverage 54.10% 54.08% -0.03%
==========================================
Files 387 387
Lines 26094 26111 +17
Branches 5358 5360 +2
==========================================
+ Hits 14119 14121 +2
- Misses 10715 10730 +15
Partials 1260 1260 ☔ View full report in Codecov by Sentry. |
@@ -13,7 +13,7 @@ export const DEFAULT_PORTS: { [s in Emulators]: number } = { | |||
auth: 9099, | |||
storage: 9199, | |||
eventarc: 9299, | |||
dataconnect: 9399, | |||
dataconnect: 9509, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This changes the HTTP port, let's revert
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in #7163
* Using android/ios default ports * format
Description
Andorid and IOS default to 9510 - for now, lets hardcode grpc endpoint to that port. In the future, we should merge http and grpc to a single port.