-
Notifications
You must be signed in to change notification settings - Fork 614
Add custom domain support to callable functions #2100
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
Add custom domain support to callable functions #2100
Conversation
Coverage ReportAffected SDKs
Test Logs
NotesHTML coverage reports can be produced locally with Head commit (e9ab0ec9) is created by Prow via merging commits: 9a8cd2c bc0e438. |
This PR combines the region and custom domain in a single If adding this dependency is an issue there are other options that I would be happy to switch to:
|
Binary Size ReportAffected SDKs
Test Logs
NotesHead commit (e9ab0ec9) is created by Prow via merging commits: 9a8cd2c bc0e438. |
firebase-functions/src/main/java/com/google/firebase/functions/FirebaseFunctions.java
Outdated
Show resolved
Hide resolved
firebase-functions/src/main/java/com/google/firebase/functions/FirebaseFunctions.java
Outdated
Show resolved
Hide resolved
...base-functions/src/androidTest/java/com/google/firebase/functions/FirebaseFunctionsTest.java
Show resolved
Hide resolved
@samtstern looks like the smoke test has an issue with ML:
|
firebase-functions/src/main/java/com/google/firebase/functions/FirebaseFunctions.java
Show resolved
Hide resolved
@kroikie LGTM I don't think the smoke test thing is your fault but hopefully someone else can chime in. |
@kroikie: The following test failed, say
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Discussion
Googlers: see API review here
Testing
API Changes
This change is in line with other similar changes for JS and iOS sdk:
JS implemented
iOS implemented