-
Notifications
You must be signed in to change notification settings - Fork 622
Update buildsrc unit test action to 1.6 #4560
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Javadoc Changes:--- /home/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/firestore/CollectionReference.html 2023-01-13 16:50:35.037431978 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/firestore/CollectionReference.html 2023-01-13 16:44:48.017690647 +0000
@@ -205,7 +205,7 @@
<tr>
<td width="40%"><code>@<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/firestore/QuerySnapshot.html">QuerySnapshot</a>></code></td>
<td>
- <div><code><a href="/docs/reference/android/com/google/firebase/firestore/Query.html#get(com.google.firebase.firestore.Source)">get</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/Source.html">Source</a> source)</code></div>
+ <div><code><a href="/docs/reference/android/com/google/firebase/firestore/Query.html#get(com.google.firebase.firestore.Source)">get</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/Object.html">Object</a> source)</code></div>
<p>Executes the query and returns the results as a <code>QuerySnapshot</code>.</p>
</td>
</tr>
@@ -253,14 +253,14 @@
<tr>
<td width="40%"><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/Query.html">Query</a></code></td>
<td>
- <div><code><a href="/docs/reference/android/com/google/firebase/firestore/Query.html#orderBy(java.lang.String,com.google.firebase.firestore.Query.Direction)">orderBy</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> field, @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/Query.Direction.html">Query.Direction</a> direction)</code></div>
+ <div><code><a href="/docs/reference/android/com/google/firebase/firestore/Query.html#orderBy(java.lang.String,com.google.firebase.firestore.Query.Direction)">orderBy</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> field, @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a> direction)</code></div>
<p>Creates and returns a new <code>Query</code> that's additionally sorted by the specified field, optionally in descending order instead of ascending.</p>
</td>
</tr>
<tr>
<td width="40%"><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/Query.html">Query</a></code></td>
<td>
- <div><code><a href="/docs/reference/android/com/google/firebase/firestore/Query.html#orderBy(com.google.firebase.firestore.FieldPath,com.google.firebase.firestore.Query.Direction)">orderBy</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/FieldPath.html">FieldPath</a> fieldPath, @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/Query.Direction.html">Query.Direction</a> direction)</code></div>
+ <div><code><a href="/docs/reference/android/com/google/firebase/firestore/Query.html#orderBy(com.google.firebase.firestore.FieldPath,com.google.firebase.firestore.Query.Direction)">orderBy</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/FieldPath.html">FieldPath</a> fieldPath, @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a> direction)</code></div>
<p>Creates and returns a new <code>Query</code> that's additionally sorted by the specified field, optionally in descending order instead of ascending.</p>
</td>
</tr> --- /home/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/firestore/DocumentReference.html 2023-01-13 16:50:35.045432039 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/firestore/DocumentReference.html 2023-01-13 16:44:48.021690724 +0000
@@ -109,7 +109,7 @@
<tr>
<td width="40%"><code>@<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/firestore/DocumentSnapshot.html">DocumentSnapshot</a>></code></td>
<td>
- <div><code><a href="/docs/reference/android/com/google/firebase/firestore/DocumentReference.html#get(com.google.firebase.firestore.Source)">get</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/Source.html">Source</a> source)</code></div>
+ <div><code><a href="/docs/reference/android/com/google/firebase/firestore/DocumentReference.html#get(com.google.firebase.firestore.Source)">get</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/Object.html">Object</a> source)</code></div>
<p>Reads the document referenced by this <code>DocumentReference</code>.</p>
</td>
</tr>
@@ -561,7 +561,7 @@
</div>
<div><a name="get-com.google.firebase.firestore.Source-"></a><a name="get"></a>
<h3 class="api-name" id="get(com.google.firebase.firestore.Source)">get</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="https://developers.google.com/android/reference/com/google/android/gms/tasks/Task.html">Task</a><<a href="/docs/reference/android/com/google/firebase/firestore/DocumentSnapshot.html">DocumentSnapshot</a>> <a href="/docs/reference/android/com/google/firebase/firestore/DocumentReference.html#get(com.google.firebase.firestore.Source)">get</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/Source.html">Source</a> source)</pre>
+ <pre class="api-signature no-pretty-print">public @<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/firestore/DocumentSnapshot.html">DocumentSnapshot</a>> <a href="/docs/reference/android/com/google/firebase/firestore/DocumentReference.html#get(com.google.firebase.firestore.Source)">get</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/Object.html">Object</a> source)</pre>
<p>Reads the document referenced by this <code>DocumentReference</code>. </p>
<p>By default, <code>get()</code> attempts to provide up-to-date data when possible by waiting for data from the server, but it may return cached data or fail if you are offline and the server cannot be reached. This behavior can be altered via the <code>Source</code> parameter.</p>
<div class="devsite-table-wrapper">
@@ -573,7 +573,7 @@
</thead>
<tbody class="list">
<tr>
- <td width="40%"><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/Source.html">Source</a> source</code></td>
+ <td width="40%"><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a> source</code></td>
<td>
<p>A value to configure the get behavior.</p>
</td> --- /home/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/firestore/Query.html 2023-01-13 16:50:35.037431978 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/firestore/Query.html 2023-01-13 16:44:48.017690647 +0000
@@ -165,7 +165,7 @@
<tr>
<td width="40%"><code>@<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/firestore/QuerySnapshot.html">QuerySnapshot</a>></code></td>
<td>
- <div><code><a href="/docs/reference/android/com/google/firebase/firestore/Query.html#get(com.google.firebase.firestore.Source)">get</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/Source.html">Source</a> source)</code></div>
+ <div><code><a href="/docs/reference/android/com/google/firebase/firestore/Query.html#get(com.google.firebase.firestore.Source)">get</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/Object.html">Object</a> source)</code></div>
<p>Executes the query and returns the results as a <code>QuerySnapshot</code>.</p>
</td>
</tr>
@@ -213,14 +213,14 @@
<tr>
<td width="40%"><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/Query.html">Query</a></code></td>
<td>
- <div><code><a href="/docs/reference/android/com/google/firebase/firestore/Query.html#orderBy(java.lang.String,com.google.firebase.firestore.Query.Direction)">orderBy</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> field, @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/Query.Direction.html">Query.Direction</a> direction)</code></div>
+ <div><code><a href="/docs/reference/android/com/google/firebase/firestore/Query.html#orderBy(java.lang.String,com.google.firebase.firestore.Query.Direction)">orderBy</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> field, @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a> direction)</code></div>
<p>Creates and returns a new <code>Query</code> that's additionally sorted by the specified field, optionally in descending order instead of ascending.</p>
</td>
</tr>
<tr>
<td width="40%"><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/Query.html">Query</a></code></td>
<td>
- <div><code><a href="/docs/reference/android/com/google/firebase/firestore/Query.html#orderBy(com.google.firebase.firestore.FieldPath,com.google.firebase.firestore.Query.Direction)">orderBy</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/FieldPath.html">FieldPath</a> fieldPath, @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/Query.Direction.html">Query.Direction</a> direction)</code></div>
+ <div><code><a href="/docs/reference/android/com/google/firebase/firestore/Query.html#orderBy(com.google.firebase.firestore.FieldPath,com.google.firebase.firestore.Query.Direction)">orderBy</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/FieldPath.html">FieldPath</a> fieldPath, @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a> direction)</code></div>
<p>Creates and returns a new <code>Query</code> that's additionally sorted by the specified field, optionally in descending order instead of ascending.</p>
</td>
</tr>
@@ -890,7 +890,7 @@
</div>
<div><a name="get-com.google.firebase.firestore.Source-"></a><a name="get"></a>
<h3 class="api-name" id="get(com.google.firebase.firestore.Source)">get</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="https://developers.google.com/android/reference/com/google/android/gms/tasks/Task.html">Task</a><<a href="/docs/reference/android/com/google/firebase/firestore/QuerySnapshot.html">QuerySnapshot</a>> <a href="/docs/reference/android/com/google/firebase/firestore/Query.html#get(com.google.firebase.firestore.Source)">get</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/Source.html">Source</a> source)</pre>
+ <pre class="api-signature no-pretty-print">public @<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/firestore/QuerySnapshot.html">QuerySnapshot</a>> <a href="/docs/reference/android/com/google/firebase/firestore/Query.html#get(com.google.firebase.firestore.Source)">get</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/Object.html">Object</a> source)</pre>
<p>Executes the query and returns the results as a <code>QuerySnapshot</code>. </p>
<p>By default, <code>get()</code> attempts to provide up-to-date data when possible by waiting for data from the server, but it may return cached data or fail if you are offline and the server cannot be reached. This behavior can be altered via the <code>Source</code> parameter.</p>
<div class="devsite-table-wrapper">
@@ -902,7 +902,7 @@
</thead>
<tbody class="list">
<tr>
- <td width="40%"><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/Source.html">Source</a> source</code></td>
+ <td width="40%"><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a> source</code></td>
<td>
<p>A value to configure the get behavior.</p>
</td>
@@ -1080,7 +1080,7 @@
</div>
<div><a name="orderBy(java.lang.String, com.google.firebase.firestore.Query.Direction)"></a><a name="orderBy-java.lang.String-com.google.firebase.firestore.Query.Direction-"></a><a name="orderby"></a>
<h3 class="api-name" id="orderBy(java.lang.String,com.google.firebase.firestore.Query.Direction)">orderBy</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/firestore/Query.html">Query</a> <a href="/docs/reference/android/com/google/firebase/firestore/Query.html#orderBy(java.lang.String,com.google.firebase.firestore.Query.Direction)">orderBy</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> field, @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/Query.Direction.html">Query.Direction</a> direction)</pre>
+ <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/firestore/Query.html">Query</a> <a href="/docs/reference/android/com/google/firebase/firestore/Query.html#orderBy(java.lang.String,com.google.firebase.firestore.Query.Direction)">orderBy</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> field, @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a> direction)</pre>
<p>Creates and returns a new <code>Query</code> that's additionally sorted by the specified field, optionally in descending order instead of ascending.</p>
<div class="devsite-table-wrapper">
<table class="responsive">
@@ -1097,7 +1097,7 @@
</td>
</tr>
<tr>
- <td width="40%"><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/Query.Direction.html">Query.Direction</a> direction</code></td>
+ <td width="40%"><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a> direction</code></td>
<td>
<p>The direction to sort.</p>
</td>
@@ -1125,7 +1125,7 @@
</div>
<div><a name="orderBy(com.google.firebase.firestore.FieldPath, com.google.firebase.firestore.Query.Direction)"></a><a name="orderBy-com.google.firebase.firestore.FieldPath-com.google.firebase.firestore.Query.Direction-"></a><a name="orderby"></a>
<h3 class="api-name" id="orderBy(com.google.firebase.firestore.FieldPath,com.google.firebase.firestore.Query.Direction)">orderBy</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/firestore/Query.html">Query</a> <a href="/docs/reference/android/com/google/firebase/firestore/Query.html#orderBy(com.google.firebase.firestore.FieldPath,com.google.firebase.firestore.Query.Direction)">orderBy</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/FieldPath.html">FieldPath</a> fieldPath, @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/Query.Direction.html">Query.Direction</a> direction)</pre>
+ <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/firestore/Query.html">Query</a> <a href="/docs/reference/android/com/google/firebase/firestore/Query.html#orderBy(com.google.firebase.firestore.FieldPath,com.google.firebase.firestore.Query.Direction)">orderBy</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/FieldPath.html">FieldPath</a> fieldPath, @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a> direction)</pre>
<p>Creates and returns a new <code>Query</code> that's additionally sorted by the specified field, optionally in descending order instead of ascending.</p>
<div class="devsite-table-wrapper">
<table class="responsive">
@@ -1142,7 +1142,7 @@
</td>
</tr>
<tr>
- <td width="40%"><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/Query.Direction.html">Query.Direction</a> direction</code></td>
+ <td width="40%"><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a> direction</code></td>
<td>
<p>The direction to sort.</p>
</td> --- /home/runner/diff/original/firebase-kotlindoc/kotlin/com/google/firebase/firestore/CollectionReference.html 2023-01-13 16:50:35.073432255 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/kotlin/com/google/firebase/firestore/CollectionReference.html 2023-01-13 16:44:48.057691415 +0000
@@ -205,7 +205,7 @@
<tr>
<td width="40%"><code><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/firestore/QuerySnapshot.html">QuerySnapshot</a>!></code></td>
<td>
- <div><code><a href="/docs/reference/kotlin/com/google/firebase/firestore/Query.html#get(com.google.firebase.firestore.Source)">get</a>(source: <a href="/docs/reference/kotlin/com/google/firebase/firestore/Source.html">Source</a>)</code></div>
+ <div><code><a href="/docs/reference/kotlin/com/google/firebase/firestore/Query.html#get(com.google.firebase.firestore.Source)">get</a>(source: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>)</code></div>
<p>Executes the query and returns the results as a <code>QuerySnapshot</code>.</p>
</td>
</tr>
@@ -253,14 +253,14 @@
<tr>
<td width="40%"><code><a href="/docs/reference/kotlin/com/google/firebase/firestore/Query.html">Query</a></code></td>
<td>
- <div><code><a href="/docs/reference/kotlin/com/google/firebase/firestore/Query.html#orderBy(java.lang.String,com.google.firebase.firestore.Query.Direction)">orderBy</a>(field: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>, direction: <a href="/docs/reference/kotlin/com/google/firebase/firestore/Query.Direction.html">Query.Direction</a>)</code></div>
+ <div><code><a href="/docs/reference/kotlin/com/google/firebase/firestore/Query.html#orderBy(java.lang.String,com.google.firebase.firestore.Query.Direction)">orderBy</a>(field: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>, direction: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>)</code></div>
<p>Creates and returns a new <code>Query</code> that's additionally sorted by the specified field, optionally in descending order instead of ascending.</p>
</td>
</tr>
<tr>
<td width="40%"><code><a href="/docs/reference/kotlin/com/google/firebase/firestore/Query.html">Query</a></code></td>
<td>
- <div><code><a href="/docs/reference/kotlin/com/google/firebase/firestore/Query.html#orderBy(com.google.firebase.firestore.FieldPath,com.google.firebase.firestore.Query.Direction)">orderBy</a>(fieldPath: <a href="/docs/reference/kotlin/com/google/firebase/firestore/FieldPath.html">FieldPath</a>, direction: <a href="/docs/reference/kotlin/com/google/firebase/firestore/Query.Direction.html">Query.Direction</a>)</code></div>
+ <div><code><a href="/docs/reference/kotlin/com/google/firebase/firestore/Query.html#orderBy(com.google.firebase.firestore.FieldPath,com.google.firebase.firestore.Query.Direction)">orderBy</a>(fieldPath: <a href="/docs/reference/kotlin/com/google/firebase/firestore/FieldPath.html">FieldPath</a>, direction: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>)</code></div>
<p>Creates and returns a new <code>Query</code> that's additionally sorted by the specified field, optionally in descending order instead of ascending.</p>
</td>
</tr> --- /home/runner/diff/original/firebase-kotlindoc/kotlin/com/google/firebase/firestore/DocumentReference.html 2023-01-13 16:50:35.077432286 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/kotlin/com/google/firebase/firestore/DocumentReference.html 2023-01-13 16:44:48.069691646 +0000
@@ -109,7 +109,7 @@
<tr>
<td width="40%"><code><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/firestore/DocumentSnapshot.html">DocumentSnapshot</a>!></code></td>
<td>
- <div><code><a href="/docs/reference/kotlin/com/google/firebase/firestore/DocumentReference.html#get(com.google.firebase.firestore.Source)">get</a>(source: <a href="/docs/reference/kotlin/com/google/firebase/firestore/Source.html">Source</a>)</code></div>
+ <div><code><a href="/docs/reference/kotlin/com/google/firebase/firestore/DocumentReference.html#get(com.google.firebase.firestore.Source)">get</a>(source: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>)</code></div>
<p>Reads the document referenced by this <code>DocumentReference</code>.</p>
</td>
</tr>
@@ -561,7 +561,7 @@
</div>
<div><a name="get-com.google.firebase.firestore.Source-"></a><a name="get"></a>
<h3 class="api-name" id="get(com.google.firebase.firestore.Source)">get</h3>
- <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/firestore/DocumentReference.html#get(com.google.firebase.firestore.Source)">get</a>(source: <a href="/docs/reference/kotlin/com/google/firebase/firestore/Source.html">Source</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/firestore/DocumentSnapshot.html">DocumentSnapshot</a>!></pre>
+ <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/firestore/DocumentReference.html#get(com.google.firebase.firestore.Source)">get</a>(source: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</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/firestore/DocumentSnapshot.html">DocumentSnapshot</a>!></pre>
<p>Reads the document referenced by this <code>DocumentReference</code>. </p>
<p>By default, <code>get()</code> attempts to provide up-to-date data when possible by waiting for data from the server, but it may return cached data or fail if you are offline and the server cannot be reached. This behavior can be altered via the <code>Source</code> parameter.</p>
<div class="devsite-table-wrapper">
@@ -573,7 +573,7 @@
</thead>
<tbody class="list">
<tr>
- <td width="40%"><code>source: <a href="/docs/reference/kotlin/com/google/firebase/firestore/Source.html">Source</a></code></td>
+ <td width="40%"><code>source: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a></code></td>
<td>
<p>A value to configure the get behavior.</p>
</td> --- /home/runner/diff/original/firebase-kotlindoc/kotlin/com/google/firebase/firestore/Query.html 2023-01-13 16:50:35.073432255 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/kotlin/com/google/firebase/firestore/Query.html 2023-01-13 16:44:48.057691415 +0000
@@ -165,7 +165,7 @@
<tr>
<td width="40%"><code><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/firestore/QuerySnapshot.html">QuerySnapshot</a>!></code></td>
<td>
- <div><code><a href="/docs/reference/kotlin/com/google/firebase/firestore/Query.html#get(com.google.firebase.firestore.Source)">get</a>(source: <a href="/docs/reference/kotlin/com/google/firebase/firestore/Source.html">Source</a>)</code></div>
+ <div><code><a href="/docs/reference/kotlin/com/google/firebase/firestore/Query.html#get(com.google.firebase.firestore.Source)">get</a>(source: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>)</code></div>
<p>Executes the query and returns the results as a <code>QuerySnapshot</code>.</p>
</td>
</tr>
@@ -213,14 +213,14 @@
<tr>
<td width="40%"><code><a href="/docs/reference/kotlin/com/google/firebase/firestore/Query.html">Query</a></code></td>
<td>
- <div><code><a href="/docs/reference/kotlin/com/google/firebase/firestore/Query.html#orderBy(java.lang.String,com.google.firebase.firestore.Query.Direction)">orderBy</a>(field: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>, direction: <a href="/docs/reference/kotlin/com/google/firebase/firestore/Query.Direction.html">Query.Direction</a>)</code></div>
+ <div><code><a href="/docs/reference/kotlin/com/google/firebase/firestore/Query.html#orderBy(java.lang.String,com.google.firebase.firestore.Query.Direction)">orderBy</a>(field: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>, direction: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>)</code></div>
<p>Creates and returns a new <code>Query</code> that's additionally sorted by the specified field, optionally in descending order instead of ascending.</p>
</td>
</tr>
<tr>
<td width="40%"><code><a href="/docs/reference/kotlin/com/google/firebase/firestore/Query.html">Query</a></code></td>
<td>
- <div><code><a href="/docs/reference/kotlin/com/google/firebase/firestore/Query.html#orderBy(com.google.firebase.firestore.FieldPath,com.google.firebase.firestore.Query.Direction)">orderBy</a>(fieldPath: <a href="/docs/reference/kotlin/com/google/firebase/firestore/FieldPath.html">FieldPath</a>, direction: <a href="/docs/reference/kotlin/com/google/firebase/firestore/Query.Direction.html">Query.Direction</a>)</code></div>
+ <div><code><a href="/docs/reference/kotlin/com/google/firebase/firestore/Query.html#orderBy(com.google.firebase.firestore.FieldPath,com.google.firebase.firestore.Query.Direction)">orderBy</a>(fieldPath: <a href="/docs/reference/kotlin/com/google/firebase/firestore/FieldPath.html">FieldPath</a>, direction: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>)</code></div>
<p>Creates and returns a new <code>Query</code> that's additionally sorted by the specified field, optionally in descending order instead of ascending.</p>
</td>
</tr>
@@ -890,7 +890,7 @@
</div>
<div><a name="get-com.google.firebase.firestore.Source-"></a><a name="get"></a>
<h3 class="api-name" id="get(com.google.firebase.firestore.Source)">get</h3>
- <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/firestore/Query.html#get(com.google.firebase.firestore.Source)">get</a>(source: <a href="/docs/reference/kotlin/com/google/firebase/firestore/Source.html">Source</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/firestore/QuerySnapshot.html">QuerySnapshot</a>!></pre>
+ <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/firestore/Query.html#get(com.google.firebase.firestore.Source)">get</a>(source: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</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/firestore/QuerySnapshot.html">QuerySnapshot</a>!></pre>
<p>Executes the query and returns the results as a <code>QuerySnapshot</code>. </p>
<p>By default, <code>get()</code> attempts to provide up-to-date data when possible by waiting for data from the server, but it may return cached data or fail if you are offline and the server cannot be reached. This behavior can be altered via the <code>Source</code> parameter.</p>
<div class="devsite-table-wrapper">
@@ -902,7 +902,7 @@
</thead>
<tbody class="list">
<tr>
- <td width="40%"><code>source: <a href="/docs/reference/kotlin/com/google/firebase/firestore/Source.html">Source</a></code></td>
+ <td width="40%"><code>source: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a></code></td>
<td>
<p>A value to configure the get behavior.</p>
</td>
@@ -1080,7 +1080,7 @@
</div>
<div><a name="orderBy(java.lang.String, com.google.firebase.firestore.Query.Direction)"></a><a name="orderBy-java.lang.String-com.google.firebase.firestore.Query.Direction-"></a><a name="orderby"></a>
<h3 class="api-name" id="orderBy(java.lang.String,com.google.firebase.firestore.Query.Direction)">orderBy</h3>
- <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/firestore/Query.html#orderBy(java.lang.String,com.google.firebase.firestore.Query.Direction)">orderBy</a>(field: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>, direction: <a href="/docs/reference/kotlin/com/google/firebase/firestore/Query.Direction.html">Query.Direction</a>): <a href="/docs/reference/kotlin/com/google/firebase/firestore/Query.html">Query</a></pre>
+ <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/firestore/Query.html#orderBy(java.lang.String,com.google.firebase.firestore.Query.Direction)">orderBy</a>(field: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>, direction: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>): <a href="/docs/reference/kotlin/com/google/firebase/firestore/Query.html">Query</a></pre>
<p>Creates and returns a new <code>Query</code> that's additionally sorted by the specified field, optionally in descending order instead of ascending.</p>
<div class="devsite-table-wrapper">
<table class="responsive">
@@ -1097,7 +1097,7 @@
</td>
</tr>
<tr>
- <td width="40%"><code>direction: <a href="/docs/reference/kotlin/com/google/firebase/firestore/Query.Direction.html">Query.Direction</a></code></td>
+ <td width="40%"><code>direction: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a></code></td>
<td>
<p>The direction to sort.</p>
</td>
@@ -1125,7 +1125,7 @@
</div>
<div><a name="orderBy(com.google.firebase.firestore.FieldPath, com.google.firebase.firestore.Query.Direction)"></a><a name="orderBy-com.google.firebase.firestore.FieldPath-com.google.firebase.firestore.Query.Direction-"></a><a name="orderby"></a>
<h3 class="api-name" id="orderBy(com.google.firebase.firestore.FieldPath,com.google.firebase.firestore.Query.Direction)">orderBy</h3>
- <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/firestore/Query.html#orderBy(com.google.firebase.firestore.FieldPath,com.google.firebase.firestore.Query.Direction)">orderBy</a>(fieldPath: <a href="/docs/reference/kotlin/com/google/firebase/firestore/FieldPath.html">FieldPath</a>, direction: <a href="/docs/reference/kotlin/com/google/firebase/firestore/Query.Direction.html">Query.Direction</a>): <a href="/docs/reference/kotlin/com/google/firebase/firestore/Query.html">Query</a></pre>
+ <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/firestore/Query.html#orderBy(com.google.firebase.firestore.FieldPath,com.google.firebase.firestore.Query.Direction)">orderBy</a>(fieldPath: <a href="/docs/reference/kotlin/com/google/firebase/firestore/FieldPath.html">FieldPath</a>, direction: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>): <a href="/docs/reference/kotlin/com/google/firebase/firestore/Query.html">Query</a></pre>
<p>Creates and returns a new <code>Query</code> that's additionally sorted by the specified field, optionally in descending order instead of ascending.</p>
<div class="devsite-table-wrapper">
<table class="responsive">
@@ -1142,7 +1142,7 @@
</td>
</tr>
<tr>
- <td width="40%"><code>direction: <a href="/docs/reference/kotlin/com/google/firebase/firestore/Query.Direction.html">Query.Direction</a></code></td>
+ <td width="40%"><code>direction: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a></code></td>
<td>
<p>The direction to sort.</p>
</td> |
Size Report 1Affected Products
Test Logs |
rlazo
approved these changes
Jan 13, 2023
Coverage Report 1Affected Products
Test Logs |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This should resolve the container gcc errors we've been having