Skip to content

Update FirebaseFunctions JavaDoc #2271

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

Merged
merged 4 commits into from
Jan 6, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ public void onProviderInstallFailed(int i, android.content.Intent intent) {
* Creates a Cloud Functions client with the given app and region or custom domain.
*
* @param app The app for the Firebase project.
* @param regionOrCustomDomain The region or custom domain for the HTTPS trigger, such as
* "us-central1" or "https://mydomain.com".
* @param regionOrCustomDomain The region or custom domain for the HTTPS trigger, such as {@code
* "us-central1"} or {@code "https://mydomain.com"}.
*/
@NonNull
public static FirebaseFunctions getInstance(
Expand All @@ -184,8 +184,8 @@ public static FirebaseFunctions getInstance(@NonNull FirebaseApp app) {
/**
* Creates a Cloud Functions client with the default app and given region or custom domain.
*
* @param regionOrCustomDomain The regionOrCustomDomain for the HTTPS trigger, such as
* "us-central1" or "https://mydomain.com".
* @param regionOrCustomDomain The region or custom domain for the HTTPS trigger, such as {@code
* "us-central1"} or {@code "https://mydomain.com"}.
*/
@NonNull
public static FirebaseFunctions getInstance(@NonNull String regionOrCustomDomain) {
Expand Down