We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8febd0f commit f4662d9Copy full SHA for f4662d9
firebase-functions/src/main/java/com/google/firebase/functions/FirebaseFunctions.java
@@ -185,7 +185,7 @@ public static FirebaseFunctions getInstance(@NonNull FirebaseApp app) {
185
* Creates a Cloud Functions client with the default app and given region or custom domain.
186
*
187
* @param regionOrCustomDomain The region or custom domain for the HTTPS trigger, such as
188
- * <code>"us-central1"</code> or <code>"https://mydomain.com"</code>.
+ * {@code "us-central1"} or {@code "https://mydomain.com"}.
189
*/
190
@NonNull
191
public static FirebaseFunctions getInstance(@NonNull String regionOrCustomDomain) {
0 commit comments