Skip to content
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

Merged
merged 5 commits into from
May 9, 2024
Merged

Using android/ios default ports #7149

merged 5 commits into from
May 9, 2024

Conversation

joehan
Copy link
Contributor

@joehan joehan commented May 9, 2024

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.

@joehan joehan requested review from yuchenshi and dconeybe May 9, 2024 20:18
@joehan joehan enabled auto-merge (squash) May 9, 2024 20:24
@codecov-commenter
Copy link

codecov-commenter commented May 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.08%. Comparing base (c94b5ab) to head (8b65265).
Report is 13 commits behind head on master.

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.
📢 Have feedback on the report? Share it here.

@joehan joehan merged commit 5d2bc85 into master May 9, 2024
35 checks passed
@@ -13,7 +13,7 @@ export const DEFAULT_PORTS: { [s in Emulators]: number } = {
auth: 9099,
storage: 9199,
eventarc: 9299,
dataconnect: 9399,
dataconnect: 9509,
Copy link
Member

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

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in #7163

@joehan joehan deleted the jh-grpc branch May 13, 2024 20:02
GarrettBurroughs pushed a commit that referenced this pull request Jun 20, 2024
* Using android/ios default ports

* format
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants