-
Notifications
You must be signed in to change notification settings - Fork 624
Javadoc fixes #5019
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
Javadoc fixes #5019
Conversation
Javadoc Changes:--- /Users/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/appcheck/FirebaseAppCheck.html 2023-05-19 23:19:45.000000000 +0000
+++ /Users/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/appcheck/FirebaseAppCheck.html 2023-05-19 23:14:43.000000000 +0000
@@ -197,7 +197,7 @@
<h3 class="api-name" id="getAppCheckToken(boolean)">getAppCheckToken</h3>
<pre class="api-signature no-pretty-print">public abstract @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developers.google.com/android/reference/com/google/android/gms/tasks/Task.html">Task</a><<a href="/docs/reference/android/com/google/firebase/appcheck/AppCheckToken.html">AppCheckToken</a>> <a href="/docs/reference/android/com/google/firebase/appcheck/FirebaseAppCheck.html#getAppCheckToken(boolean)">getAppCheckToken</a>(boolean forceRefresh)</pre>
<p>Requests a Firebase App Check token. This method should be used ONLY if you need to authorize requests to a non-Firebase backend. Requests to Firebase backends are authorized automatically if configured. </p>
- <p>If your non-Firebase backend exposes sensitive or expensive endpoints that has low traffic volume, consider protecting it with <a href="https://firebase.google.com/docs/app-check/custom-resource-backend#replay-protection">Replay Protection</a>. In this case, use the #getLimitedUseAppCheckToken() instead to obtain a limited-use token.</p>
+ <p>If your non-Firebase backend exposes a sensitive or expensive endpoint that has low traffic volume, consider protecting it with <a href="https://firebase.google.com/docs/app-check/custom-resource-backend#replay-protection">Replay Protection</a>. In this case, use <code><a href="/docs/reference/android/com/google/firebase/appcheck/FirebaseAppCheck.html#getLimitedUseAppCheckToken()">getLimitedUseAppCheckToken</a></code> instead to obtain a limited-use token.</p>
</div>
<div class="api-item"><a name="getInstance--"></a><a name="getinstance"></a>
<h3 class="api-name" id="getInstance()">getInstance</h3>
@@ -213,7 +213,7 @@
<h3 class="api-name" id="getLimitedUseAppCheckToken()">getLimitedUseAppCheckToken</h3>
<pre class="api-signature no-pretty-print">public abstract @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developers.google.com/android/reference/com/google/android/gms/tasks/Task.html">Task</a><<a href="/docs/reference/android/com/google/firebase/appcheck/AppCheckToken.html">AppCheckToken</a>> <a href="/docs/reference/android/com/google/firebase/appcheck/FirebaseAppCheck.html#getLimitedUseAppCheckToken()">getLimitedUseAppCheckToken</a>()</pre>
<p>Requests a Firebase App Check token. This method should be used ONLY if you need to authorize requests to a non-Firebase backend. </p>
- <p>Returns limited-use tokens that are intended for use with your non-Firebase backend endpoints that are protected with <a href="https://firebase.google.com/docs/app-check/custom-resource-backend#replay-protection">Replay Protection</a>. This method does not affect the token generation behavior of the #getAppCheckToken() method.</p>
+ <p>Returns limited-use tokens that are intended for use with your non-Firebase backend endpoints that are protected with <a href="https://firebase.google.com/docs/app-check/custom-resource-backend#replay-protection">Replay Protection</a>. This method does not affect the token generation behavior of the <code><a href="/docs/reference/android/com/google/firebase/appcheck/FirebaseAppCheck.html#getAppCheckToken(boolean)">getAppCheckToken</a></code> method.</p>
</div>
<div class="api-item"><a name="installAppCheckProviderFactory-com.google.firebase.appcheck.AppCheckProviderFactory-"></a><a name="installappcheckproviderfactory"></a>
<h3 class="api-name" id="installAppCheckProviderFactory(com.google.firebase.appcheck.AppCheckProviderFactory)">installAppCheckProviderFactory</h3> --- /Users/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/functions/FirebaseFunctions.html 2023-05-19 23:18:26.000000000 +0000
+++ /Users/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/functions/FirebaseFunctions.html 2023-05-19 23:12:39.000000000 +0000
@@ -29,28 +29,28 @@
<td><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/functions/HttpsCallableReference.html">HttpsCallableReference</a></code></td>
<td>
<div><code><a href="/docs/reference/android/com/google/firebase/functions/FirebaseFunctions.html#getHttpsCallable(java.lang.String)">getHttpsCallable</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/lang/String.html">String</a> name)</code></div>
- <p>Returns a reference to the Callable HTTPS trigger with the given name.</p>
+ <p>Returns a reference to the callable HTTPS trigger with the given name.</p>
</td>
</tr>
<tr>
<td><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/functions/HttpsCallableReference.html">HttpsCallableReference</a></code></td>
<td>
<div><code><a href="/docs/reference/android/com/google/firebase/functions/FirebaseFunctions.html#getHttpsCallable(java.lang.String,com.google.firebase.functions.HttpsCallableOptions)">getHttpsCallable</a>(<br> @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/lang/String.html">String</a> name,<br> @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/functions/HttpsCallableOptions.html">HttpsCallableOptions</a> options<br>)</code></div>
- <p>Returns a reference to the Callable HTTPS trigger with the given name and call options.</p>
+ <p>Returns a reference to the callable HTTPS trigger with the given name and call options.</p>
</td>
</tr>
<tr>
<td><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/functions/HttpsCallableReference.html">HttpsCallableReference</a></code></td>
<td>
<div><code><a href="/docs/reference/android/com/google/firebase/functions/FirebaseFunctions.html#getHttpsCallableFromUrl(java.net.URL)">getHttpsCallableFromUrl</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/net/URL.html">URL</a> url)</code></div>
- <p>Returns a reference to the Callable HTTPS trigger with the provided url.</p>
+ <p>Returns a reference to the callable HTTPS trigger with the provided URL.</p>
</td>
</tr>
<tr>
<td><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/functions/HttpsCallableReference.html">HttpsCallableReference</a></code></td>
<td>
<div><code><a href="/docs/reference/android/com/google/firebase/functions/FirebaseFunctions.html#getHttpsCallableFromUrl(java.net.URL,com.google.firebase.functions.HttpsCallableOptions)">getHttpsCallableFromUrl</a>(<br> @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/net/URL.html">URL</a> url,<br> @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/functions/HttpsCallableOptions.html">HttpsCallableOptions</a> options<br>)</code></div>
- <p>Returns a reference to the Callable HTTPS trigger with the provided url and call options.</p>
+ <p>Returns a reference to the callable HTTPS trigger with the provided URL and call options.</p>
</td>
</tr>
<tr>
@@ -105,22 +105,22 @@
<div class="api-item"><a name="getHttpsCallable-java.lang.String-"></a><a name="gethttpscallable"></a>
<h3 class="api-name" id="getHttpsCallable(java.lang.String)">getHttpsCallable</h3>
<pre class="api-signature no-pretty-print">public @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/functions/HttpsCallableReference.html">HttpsCallableReference</a> <a href="/docs/reference/android/com/google/firebase/functions/FirebaseFunctions.html#getHttpsCallable(java.lang.String)">getHttpsCallable</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/lang/String.html">String</a> name)</pre>
- <p>Returns a reference to the Callable HTTPS trigger with the given name.</p>
+ <p>Returns a reference to the callable HTTPS trigger with the given name.</p>
</div>
<div class="api-item"><a name="getHttpsCallable(java.lang.String, com.google.firebase.functions.HttpsCallableOptions)"></a><a name="getHttpsCallable-java.lang.String-com.google.firebase.functions.HttpsCallableOptions-"></a><a name="gethttpscallable"></a>
<h3 class="api-name" id="getHttpsCallable(java.lang.String,com.google.firebase.functions.HttpsCallableOptions)">getHttpsCallable</h3>
<pre class="api-signature no-pretty-print">public @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/functions/HttpsCallableReference.html">HttpsCallableReference</a> <a href="/docs/reference/android/com/google/firebase/functions/FirebaseFunctions.html#getHttpsCallable(java.lang.String,com.google.firebase.functions.HttpsCallableOptions)">getHttpsCallable</a>(<br> @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/lang/String.html">String</a> name,<br> @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/functions/HttpsCallableOptions.html">HttpsCallableOptions</a> options<br>)</pre>
- <p>Returns a reference to the Callable HTTPS trigger with the given name and call options.</p>
+ <p>Returns a reference to the callable HTTPS trigger with the given name and call options.</p>
</div>
<div class="api-item"><a name="getHttpsCallableFromUrl-java.net.URL-"></a><a name="gethttpscallablefromurl"></a>
<h3 class="api-name" id="getHttpsCallableFromUrl(java.net.URL)">getHttpsCallableFromUrl</h3>
<pre class="api-signature no-pretty-print">public @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/functions/HttpsCallableReference.html">HttpsCallableReference</a> <a href="/docs/reference/android/com/google/firebase/functions/FirebaseFunctions.html#getHttpsCallableFromUrl(java.net.URL)">getHttpsCallableFromUrl</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/net/URL.html">URL</a> url)</pre>
- <p>Returns a reference to the Callable HTTPS trigger with the provided url.</p>
+ <p>Returns a reference to the callable HTTPS trigger with the provided URL.</p>
</div>
<div class="api-item"><a name="getHttpsCallableFromUrl(java.net.URL, com.google.firebase.functions.HttpsCallableOptions)"></a><a name="getHttpsCallableFromUrl-java.net.URL-com.google.firebase.functions.HttpsCallableOptions-"></a><a name="gethttpscallablefromurl"></a>
<h3 class="api-name" id="getHttpsCallableFromUrl(java.net.URL,com.google.firebase.functions.HttpsCallableOptions)">getHttpsCallableFromUrl</h3>
<pre class="api-signature no-pretty-print">public @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/functions/HttpsCallableReference.html">HttpsCallableReference</a> <a href="/docs/reference/android/com/google/firebase/functions/FirebaseFunctions.html#getHttpsCallableFromUrl(java.net.URL,com.google.firebase.functions.HttpsCallableOptions)">getHttpsCallableFromUrl</a>(<br> @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/net/URL.html">URL</a> url,<br> @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/functions/HttpsCallableOptions.html">HttpsCallableOptions</a> options<br>)</pre>
- <p>Returns a reference to the Callable HTTPS trigger with the provided url and call options.</p>
+ <p>Returns a reference to the callable HTTPS trigger with the provided URL and call options.</p>
</div>
<div class="api-item"><a name="getInstance--"></a><a name="getinstance"></a>
<h3 class="api-name" id="getInstance()">getInstance</h3> --- /Users/runner/diff/original/firebase-kotlindoc/kotlin/com/google/firebase/appcheck/FirebaseAppCheck.html 2023-05-19 23:19:45.000000000 +0000
+++ /Users/runner/diff/modified/firebase-kotlindoc/kotlin/com/google/firebase/appcheck/FirebaseAppCheck.html 2023-05-19 23:14:43.000000000 +0000
@@ -197,7 +197,7 @@
<h3 class="api-name" id="getAppCheckToken(boolean)">getAppCheckToken</h3>
<pre class="api-signature no-pretty-print">abstract fun <a href="/docs/reference/kotlin/com/google/firebase/appcheck/FirebaseAppCheck.html#getAppCheckToken(boolean)">getAppCheckToken</a>(forceRefresh: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>): <a href="https://developers.google.com/android/reference/com/google/android/gms/tasks/Task.html">Task</a><<a href="/docs/reference/kotlin/com/google/firebase/appcheck/AppCheckToken.html">AppCheckToken</a>!></pre>
<p>Requests a Firebase App Check token. This method should be used ONLY if you need to authorize requests to a non-Firebase backend. Requests to Firebase backends are authorized automatically if configured. </p>
- <p>If your non-Firebase backend exposes sensitive or expensive endpoints that has low traffic volume, consider protecting it with <a href="https://firebase.google.com/docs/app-check/custom-resource-backend#replay-protection">Replay Protection</a>. In this case, use the #getLimitedUseAppCheckToken() instead to obtain a limited-use token.</p>
+ <p>If your non-Firebase backend exposes a sensitive or expensive endpoint that has low traffic volume, consider protecting it with <a href="https://firebase.google.com/docs/app-check/custom-resource-backend#replay-protection">Replay Protection</a>. In this case, use <code><a href="/docs/reference/kotlin/com/google/firebase/appcheck/FirebaseAppCheck.html#getLimitedUseAppCheckToken()">getLimitedUseAppCheckToken</a></code> instead to obtain a limited-use token.</p>
</div>
<div class="api-item"><a name="getInstance--"></a><a name="getinstance"></a>
<h3 class="api-name" id="getInstance()">getInstance</h3>
@@ -213,7 +213,7 @@
<h3 class="api-name" id="getLimitedUseAppCheckToken()">getLimitedUseAppCheckToken</h3>
<pre class="api-signature no-pretty-print">abstract fun <a href="/docs/reference/kotlin/com/google/firebase/appcheck/FirebaseAppCheck.html#getLimitedUseAppCheckToken()">getLimitedUseAppCheckToken</a>(): <a href="https://developers.google.com/android/reference/com/google/android/gms/tasks/Task.html">Task</a><<a href="/docs/reference/kotlin/com/google/firebase/appcheck/AppCheckToken.html">AppCheckToken</a>!></pre>
<p>Requests a Firebase App Check token. This method should be used ONLY if you need to authorize requests to a non-Firebase backend. </p>
- <p>Returns limited-use tokens that are intended for use with your non-Firebase backend endpoints that are protected with <a href="https://firebase.google.com/docs/app-check/custom-resource-backend#replay-protection">Replay Protection</a>. This method does not affect the token generation behavior of the #getAppCheckToken() method.</p>
+ <p>Returns limited-use tokens that are intended for use with your non-Firebase backend endpoints that are protected with <a href="https://firebase.google.com/docs/app-check/custom-resource-backend#replay-protection">Replay Protection</a>. This method does not affect the token generation behavior of the <code><a href="/docs/reference/kotlin/com/google/firebase/appcheck/FirebaseAppCheck.html#getAppCheckToken(boolean)">getAppCheckToken</a></code> method.</p>
</div>
<div class="api-item"><a name="installAppCheckProviderFactory-com.google.firebase.appcheck.AppCheckProviderFactory-"></a><a name="installappcheckproviderfactory"></a>
<h3 class="api-name" id="installAppCheckProviderFactory(com.google.firebase.appcheck.AppCheckProviderFactory)">installAppCheckProviderFactory</h3> --- /Users/runner/diff/original/firebase-kotlindoc/kotlin/com/google/firebase/functions/FirebaseFunctions.html 2023-05-19 23:18:26.000000000 +0000
+++ /Users/runner/diff/modified/firebase-kotlindoc/kotlin/com/google/firebase/functions/FirebaseFunctions.html 2023-05-19 23:12:39.000000000 +0000
@@ -29,28 +29,28 @@
<td><code><a href="/docs/reference/kotlin/com/google/firebase/functions/HttpsCallableReference.html">HttpsCallableReference</a></code></td>
<td>
<div><code><a href="/docs/reference/kotlin/com/google/firebase/functions/FirebaseFunctions.html#getHttpsCallable(java.lang.String)">getHttpsCallable</a>(name: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>)</code></div>
- <p>Returns a reference to the Callable HTTPS trigger with the given name.</p>
+ <p>Returns a reference to the callable HTTPS trigger with the given name.</p>
</td>
</tr>
<tr>
<td><code><a href="/docs/reference/kotlin/com/google/firebase/functions/HttpsCallableReference.html">HttpsCallableReference</a></code></td>
<td>
<div><code><a href="/docs/reference/kotlin/com/google/firebase/functions/FirebaseFunctions.html#getHttpsCallable(java.lang.String,com.google.firebase.functions.HttpsCallableOptions)">getHttpsCallable</a>(name: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>, options: <a href="/docs/reference/kotlin/com/google/firebase/functions/HttpsCallableOptions.html">HttpsCallableOptions</a>)</code></div>
- <p>Returns a reference to the Callable HTTPS trigger with the given name and call options.</p>
+ <p>Returns a reference to the callable HTTPS trigger with the given name and call options.</p>
</td>
</tr>
<tr>
<td><code><a href="/docs/reference/kotlin/com/google/firebase/functions/HttpsCallableReference.html">HttpsCallableReference</a></code></td>
<td>
<div><code><a href="/docs/reference/kotlin/com/google/firebase/functions/FirebaseFunctions.html#getHttpsCallableFromUrl(java.net.URL)">getHttpsCallableFromUrl</a>(url: <a href="https://developer.android.com/reference/kotlin/java/net/URL.html">URL</a>)</code></div>
- <p>Returns a reference to the Callable HTTPS trigger with the provided url.</p>
+ <p>Returns a reference to the callable HTTPS trigger with the provided URL.</p>
</td>
</tr>
<tr>
<td><code><a href="/docs/reference/kotlin/com/google/firebase/functions/HttpsCallableReference.html">HttpsCallableReference</a></code></td>
<td>
<div><code><a href="/docs/reference/kotlin/com/google/firebase/functions/FirebaseFunctions.html#getHttpsCallableFromUrl(java.net.URL,com.google.firebase.functions.HttpsCallableOptions)">getHttpsCallableFromUrl</a>(url: <a href="https://developer.android.com/reference/kotlin/java/net/URL.html">URL</a>, options: <a href="/docs/reference/kotlin/com/google/firebase/functions/HttpsCallableOptions.html">HttpsCallableOptions</a>)</code></div>
- <p>Returns a reference to the Callable HTTPS trigger with the provided url and call options.</p>
+ <p>Returns a reference to the callable HTTPS trigger with the provided URL and call options.</p>
</td>
</tr>
<tr>
@@ -105,22 +105,22 @@
<div class="api-item"><a name="getHttpsCallable-java.lang.String-"></a><a name="gethttpscallable"></a>
<h3 class="api-name" id="getHttpsCallable(java.lang.String)">getHttpsCallable</h3>
<pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/functions/FirebaseFunctions.html#getHttpsCallable(java.lang.String)">getHttpsCallable</a>(name: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>): <a href="/docs/reference/kotlin/com/google/firebase/functions/HttpsCallableReference.html">HttpsCallableReference</a></pre>
- <p>Returns a reference to the Callable HTTPS trigger with the given name.</p>
+ <p>Returns a reference to the callable HTTPS trigger with the given name.</p>
</div>
<div class="api-item"><a name="getHttpsCallable(java.lang.String, com.google.firebase.functions.HttpsCallableOptions)"></a><a name="getHttpsCallable-java.lang.String-com.google.firebase.functions.HttpsCallableOptions-"></a><a name="gethttpscallable"></a>
<h3 class="api-name" id="getHttpsCallable(java.lang.String,com.google.firebase.functions.HttpsCallableOptions)">getHttpsCallable</h3>
<pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/functions/FirebaseFunctions.html#getHttpsCallable(java.lang.String,com.google.firebase.functions.HttpsCallableOptions)">getHttpsCallable</a>(name: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>, options: <a href="/docs/reference/kotlin/com/google/firebase/functions/HttpsCallableOptions.html">HttpsCallableOptions</a>): <a href="/docs/reference/kotlin/com/google/firebase/functions/HttpsCallableReference.html">HttpsCallableReference</a></pre>
- <p>Returns a reference to the Callable HTTPS trigger with the given name and call options.</p>
+ <p>Returns a reference to the callable HTTPS trigger with the given name and call options.</p>
</div>
<div class="api-item"><a name="getHttpsCallableFromUrl-java.net.URL-"></a><a name="gethttpscallablefromurl"></a>
<h3 class="api-name" id="getHttpsCallableFromUrl(java.net.URL)">getHttpsCallableFromUrl</h3>
<pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/functions/FirebaseFunctions.html#getHttpsCallableFromUrl(java.net.URL)">getHttpsCallableFromUrl</a>(url: <a href="https://developer.android.com/reference/kotlin/java/net/URL.html">URL</a>): <a href="/docs/reference/kotlin/com/google/firebase/functions/HttpsCallableReference.html">HttpsCallableReference</a></pre>
- <p>Returns a reference to the Callable HTTPS trigger with the provided url.</p>
+ <p>Returns a reference to the callable HTTPS trigger with the provided URL.</p>
</div>
<div class="api-item"><a name="getHttpsCallableFromUrl(java.net.URL, com.google.firebase.functions.HttpsCallableOptions)"></a><a name="getHttpsCallableFromUrl-java.net.URL-com.google.firebase.functions.HttpsCallableOptions-"></a><a name="gethttpscallablefromurl"></a>
<h3 class="api-name" id="getHttpsCallableFromUrl(java.net.URL,com.google.firebase.functions.HttpsCallableOptions)">getHttpsCallableFromUrl</h3>
<pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/functions/FirebaseFunctions.html#getHttpsCallableFromUrl(java.net.URL,com.google.firebase.functions.HttpsCallableOptions)">getHttpsCallableFromUrl</a>(url: <a href="https://developer.android.com/reference/kotlin/java/net/URL.html">URL</a>, options: <a href="/docs/reference/kotlin/com/google/firebase/functions/HttpsCallableOptions.html">HttpsCallableOptions</a>): <a href="/docs/reference/kotlin/com/google/firebase/functions/HttpsCallableReference.html">HttpsCallableReference</a></pre>
- <p>Returns a reference to the Callable HTTPS trigger with the provided url and call options.</p>
+ <p>Returns a reference to the callable HTTPS trigger with the provided URL and call options.</p>
</div>
<div class="api-item"><a name="getInstance--"></a><a name="getinstance"></a>
<h3 class="api-name" id="getInstance()">getInstance</h3> |
Generated by 🚫 Danger |
@rlazo does this need a changelog? (i.e. should these Javadoc fixes trigger the SDK to be released if there are no other changes that go in?) |
Coverage Report 1Affected ProductsNo changes between base commit (28e3a68) and merge commit (5f5f0cc).Test Logs |
Size Report 1Affected ProductsNo changes between base commit (28e3a68) and merge commit (5f5f0cc).Test Logs |
Startup Time Report 1Note: Layout is sometimes suboptimal due to limited formatting support on GitHub. Please check this report on GCS. Notes
Startup Times
|
Not really. We could potentially re-generate the javadocs available if we really want and update them without triggering a release. Alternatively, we could wait until the next time the SDK is released and have the updates published then. |
Javadoc fixes in App Check and Functions.