Skip to content

Firestore: Small Count API documentation improvements#5634

Merged
dconeybe merged 4 commits intomasterfrom
dconeybe/CountApiDocTweaks
Jan 10, 2024
Merged

Firestore: Small Count API documentation improvements#5634
dconeybe merged 4 commits intomasterfrom
dconeybe/CountApiDocTweaks

Conversation

@dconeybe
Copy link
Copy Markdown
Contributor

@dconeybe dconeybe commented Jan 9, 2024

Apply the feedback to the count and aggregation API documentation as suggested in firebase/firebase-js-sdk#6608. This is a port of firebase/firebase-js-sdk#7933.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jan 9, 2024

Javadoc Changes:
--- /Users/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/firestore/AggregateSource.html	2024-01-10 18:07:39.000000000 +0000
+++ /Users/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/firestore/AggregateSource.html	2024-01-10 18:05:55.000000000 +0000
@@ -88,7 +88,7 @@
         <h3 class="api-name" id="SERVER">SERVER</h3>
         <pre class="api-signature no-pretty-print"><a href="/docs/reference/android/com/google/firebase/firestore/AggregateSource.html">AggregateSource</a>&nbsp;<a href="/docs/reference/android/com/google/firebase/firestore/AggregateSource.html#SERVER">AggregateSource.SERVER</a></pre>
         <p>Perform the aggregation on the server and download the result. </p>
-        <p>The result received from the server is presented, unaltered, without considering any local state. That is, documents in the local cache are not taken into consideration, neither are local modifications not yet synchronized with the server. Previously-downloaded results, if any, are not used: every request using this source necessarily involves a round trip to the server. </p>
+        <p>The result received from the server is presented, unaltered, without considering any local state. That is, documents in the local cache are not taken into consideration, neither are local modifications not yet synchronized with the server. Previously-downloaded results, if any, are not used. Every request using this source necessarily involves a round trip to the server. </p>
         <p>The <code><a href="/docs/reference/android/com/google/firebase/firestore/AggregateQuery.html">AggregateQuery</a></code> will fail if the server cannot be reached, such as if the client is offline.</p>
       </div>
     </div>
--- /Users/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/firestore/CollectionReference.html	2024-01-10 18:07:39.000000000 +0000
+++ /Users/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/firestore/CollectionReference.html	2024-01-10 18:05:55.000000000 +0000
@@ -182,7 +182,7 @@
                       <td><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/AggregateQuery.html">AggregateQuery</a></code></td>
                       <td>
                         <div><code><a href="/docs/reference/android/com/google/firebase/firestore/Query.html#aggregate(com.google.firebase.firestore.AggregateField,com.google.firebase.firestore.AggregateField...)">aggregate</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/AggregateField.html">AggregateField</a>&nbsp;aggregateField,<br>&nbsp;&nbsp;&nbsp;&nbsp;@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> AggregateField[]&nbsp;aggregateFields<br>)</code></div>
-                        <p>Calculates the specified aggregations over the documents in the result set of the given query, without actually downloading the documents.</p>
+                        <p>Calculates the specified aggregations over the documents in the result set of the given query without actually downloading the documents.</p>
                       </td>
                     </tr>
                     <tr>
--- /Users/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/firestore/Query.html	2024-01-10 18:07:39.000000000 +0000
+++ /Users/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/firestore/Query.html	2024-01-10 18:05:55.000000000 +0000
@@ -136,7 +136,7 @@
             <td><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/AggregateQuery.html">AggregateQuery</a></code></td>
             <td>
               <div><code><a href="/docs/reference/android/com/google/firebase/firestore/Query.html#aggregate(com.google.firebase.firestore.AggregateField,com.google.firebase.firestore.AggregateField...)">aggregate</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/AggregateField.html">AggregateField</a>&nbsp;aggregateField,<br>&nbsp;&nbsp;&nbsp;&nbsp;@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> AggregateField[]&nbsp;aggregateFields<br>)</code></div>
-              <p>Calculates the specified aggregations over the documents in the result set of the given query, without actually downloading the documents.</p>
+              <p>Calculates the specified aggregations over the documents in the result set of the given query without actually downloading the documents.</p>
             </td>
           </tr>
           <tr>
@@ -811,8 +811,8 @@
       <div class="api-item"><a name="aggregate(com.google.firebase.firestore.AggregateField, com.google.firebase.firestore.AggregateField...)"></a><a name="aggregate-com.google.firebase.firestore.AggregateField-com.google.firebase.firestore.AggregateField...-"></a><a name="aggregate"></a>
         <h3 class="api-name" id="aggregate(com.google.firebase.firestore.AggregateField,com.google.firebase.firestore.AggregateField...)">aggregate</h3>
         <pre class="api-signature no-pretty-print">public&nbsp;@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/AggregateQuery.html">AggregateQuery</a>&nbsp;<a href="/docs/reference/android/com/google/firebase/firestore/Query.html#aggregate(com.google.firebase.firestore.AggregateField,com.google.firebase.firestore.AggregateField...)">aggregate</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/AggregateField.html">AggregateField</a>&nbsp;aggregateField,<br>&nbsp;&nbsp;&nbsp;&nbsp;@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> AggregateField[]&nbsp;aggregateFields<br>)</pre>
-        <p>Calculates the specified aggregations over the documents in the result set of the given query, without actually downloading the documents. </p>
-        <p>Using this function to perform aggregations is efficient because only the final aggregation values, not the documents' data, is downloaded. This function can even perform aggregations of the documents if the result set would be prohibitively large to download entirely (like thousands of documents).</p>
+        <p>Calculates the specified aggregations over the documents in the result set of the given query without actually downloading the documents. </p>
+        <p>Using the returned query to perform aggregations is efficient because only the final aggregation values, not the documents' data, is downloaded. The returned query can perform aggregations of the documents in cases where the result set is prohibitively large to download entirely (thousands of documents).</p>
         <div class="devsite-table-wrapper">
           <table class="responsive">
             <colgroup>
@@ -840,7 +840,7 @@
         <pre class="api-signature no-pretty-print">public&nbsp;@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/AggregateQuery.html">AggregateQuery</a>&nbsp;<a href="/docs/reference/android/com/google/firebase/firestore/Query.html#count()">count</a>()</pre>
         <p>Returns a query that counts the documents in the result set of this query. </p>
         <p>The returned query, when executed, counts the documents in the result set of this query <em>without actually downloading the documents</em>. </p>
-        <p>Using the returned query to count the documents is efficient because only the final count, not the documents' data, is downloaded. The returned query can even count the documents if the result set would be prohibitively large to download entirely (like thousands of documents).</p>
+        <p>Using the returned query to count the documents is efficient because only the final count, not the documents' data, is downloaded. The returned query can count the documents in cases where the result set is prohibitively large to download entirely (thousands of documents).</p>
         <div class="devsite-table-wrapper">
           <table class="responsive">
             <colgroup>
--- /Users/runner/diff/original/firebase-kotlindoc/kotlin/com/google/firebase/firestore/AggregateSource.html	2024-01-10 18:07:39.000000000 +0000
+++ /Users/runner/diff/modified/firebase-kotlindoc/kotlin/com/google/firebase/firestore/AggregateSource.html	2024-01-10 18:05:55.000000000 +0000
@@ -88,7 +88,7 @@
         <h3 class="api-name" id="SERVER">SERVER</h3>
         <pre class="api-signature no-pretty-print">val&nbsp;<a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateSource.html#SERVER">AggregateSource.SERVER</a>:&nbsp;<a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateSource.html">AggregateSource</a></pre>
         <p>Perform the aggregation on the server and download the result. </p>
-        <p>The result received from the server is presented, unaltered, without considering any local state. That is, documents in the local cache are not taken into consideration, neither are local modifications not yet synchronized with the server. Previously-downloaded results, if any, are not used: every request using this source necessarily involves a round trip to the server. </p>
+        <p>The result received from the server is presented, unaltered, without considering any local state. That is, documents in the local cache are not taken into consideration, neither are local modifications not yet synchronized with the server. Previously-downloaded results, if any, are not used. Every request using this source necessarily involves a round trip to the server. </p>
         <p>The <code><a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateQuery.html">AggregateQuery</a></code> will fail if the server cannot be reached, such as if the client is offline.</p>
       </div>
     </div>
--- /Users/runner/diff/original/firebase-kotlindoc/kotlin/com/google/firebase/firestore/CollectionReference.html	2024-01-10 18:07:39.000000000 +0000
+++ /Users/runner/diff/modified/firebase-kotlindoc/kotlin/com/google/firebase/firestore/CollectionReference.html	2024-01-10 18:05:55.000000000 +0000
@@ -151,7 +151,7 @@
                       <td><code><a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateQuery.html">AggregateQuery</a></code></td>
                       <td>
                         <div><code><a href="/docs/reference/kotlin/com/google/firebase/firestore/Query.html#aggregate(com.google.firebase.firestore.AggregateField,com.google.firebase.firestore.AggregateField...)">aggregate</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;aggregateField:&nbsp;<a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateField.html">AggregateField</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;aggregateFields:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html">Array</a>&lt;<a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateField.html">AggregateField</a>!&gt;<br>)</code></div>
-                        <p>Calculates the specified aggregations over the documents in the result set of the given query, without actually downloading the documents.</p>
+                        <p>Calculates the specified aggregations over the documents in the result set of the given query without actually downloading the documents.</p>
                       </td>
                     </tr>
                     <tr>
--- /Users/runner/diff/original/firebase-kotlindoc/kotlin/com/google/firebase/firestore/Query.html	2024-01-10 18:07:39.000000000 +0000
+++ /Users/runner/diff/modified/firebase-kotlindoc/kotlin/com/google/firebase/firestore/Query.html	2024-01-10 18:05:55.000000000 +0000
@@ -115,7 +115,7 @@
             <td><code><a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateQuery.html">AggregateQuery</a></code></td>
             <td>
               <div><code><a href="/docs/reference/kotlin/com/google/firebase/firestore/Query.html#aggregate(com.google.firebase.firestore.AggregateField,com.google.firebase.firestore.AggregateField...)">aggregate</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;aggregateField:&nbsp;<a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateField.html">AggregateField</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;aggregateFields:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html">Array</a>&lt;<a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateField.html">AggregateField</a>!&gt;<br>)</code></div>
-              <p>Calculates the specified aggregations over the documents in the result set of the given query, without actually downloading the documents.</p>
+              <p>Calculates the specified aggregations over the documents in the result set of the given query without actually downloading the documents.</p>
             </td>
           </tr>
           <tr>
@@ -797,8 +797,8 @@
       <div class="api-item"><a name="aggregate(com.google.firebase.firestore.AggregateField, com.google.firebase.firestore.AggregateField...)"></a><a name="aggregate-com.google.firebase.firestore.AggregateField-com.google.firebase.firestore.AggregateField...-"></a><a name="aggregate"></a>
         <h3 class="api-name" id="aggregate(com.google.firebase.firestore.AggregateField,com.google.firebase.firestore.AggregateField...)">aggregate</h3>
         <pre class="api-signature no-pretty-print">fun&nbsp;<a href="/docs/reference/kotlin/com/google/firebase/firestore/Query.html#aggregate(com.google.firebase.firestore.AggregateField,com.google.firebase.firestore.AggregateField...)">aggregate</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;aggregateField:&nbsp;<a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateField.html">AggregateField</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;aggregateFields:&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html">Array</a>&lt;<a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateField.html">AggregateField</a>!&gt;<br>):&nbsp;<a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateQuery.html">AggregateQuery</a></pre>
-        <p>Calculates the specified aggregations over the documents in the result set of the given query, without actually downloading the documents. </p>
-        <p>Using this function to perform aggregations is efficient because only the final aggregation values, not the documents' data, is downloaded. This function can even perform aggregations of the documents if the result set would be prohibitively large to download entirely (like thousands of documents).</p>
+        <p>Calculates the specified aggregations over the documents in the result set of the given query without actually downloading the documents. </p>
+        <p>Using the returned query to perform aggregations is efficient because only the final aggregation values, not the documents' data, is downloaded. The returned query can perform aggregations of the documents in cases where the result set is prohibitively large to download entirely (thousands of documents).</p>
         <div class="devsite-table-wrapper">
           <table class="responsive">
             <colgroup>
@@ -826,7 +826,7 @@
         <pre class="api-signature no-pretty-print">fun&nbsp;<a href="/docs/reference/kotlin/com/google/firebase/firestore/Query.html#count()">count</a>():&nbsp;<a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateQuery.html">AggregateQuery</a></pre>
         <p>Returns a query that counts the documents in the result set of this query. </p>
         <p>The returned query, when executed, counts the documents in the result set of this query <em>without actually downloading the documents</em>. </p>
-        <p>Using the returned query to count the documents is efficient because only the final count, not the documents' data, is downloaded. The returned query can even count the documents if the result set would be prohibitively large to download entirely (like thousands of documents).</p>
+        <p>Using the returned query to count the documents is efficient because only the final count, not the documents' data, is downloaded. The returned query can count the documents in cases where the result set is prohibitively large to download entirely (thousands of documents).</p>
         <div class="devsite-table-wrapper">
           <table class="responsive">
             <colgroup>

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jan 9, 2024

📝 PRs merging into main branch

Our main branch should always be in a releasable state. If you are working on a larger change, or if you don't want this change to see the light of the day just yet, consider using a feature branch first, and only merge into the main branch when the code complete and ready to be released.

1 similar comment
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jan 9, 2024

📝 PRs merging into main branch

Our main branch should always be in a releasable state. If you are working on a larger change, or if you don't want this change to see the light of the day just yet, consider using a feature branch first, and only merge into the main branch when the code complete and ready to be released.

@google-oss-bot
Copy link
Copy Markdown
Collaborator

google-oss-bot commented Jan 9, 2024

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jan 9, 2024

Unit Test Results

   180 files  +  38     180 suites  +38   4m 0s ⏱️ +47s
1 226 tests +152  1 210 ✔️ +136  16 💤 +16  0 ±0 
2 476 runs  +328  2 444 ✔️ +296  32 💤 +32  0 ±0 

Results for commit 5d1e026. ± Comparison against base commit ba067b5.

♻️ This comment has been updated with latest results.

@google-oss-bot
Copy link
Copy Markdown
Collaborator

google-oss-bot commented Jan 9, 2024

Startup Time Report 1

Note: Layout is sometimes suboptimal due to limited formatting support on GitHub. Please check this report on GCS.

Notes

Startup Times

  • fire-fst

    DeviceStatisticsDistributions
    oriole-32
    Percentileba067b544f5521DiffSignificant (?)
    p10384 ±176 μs463 ±235 μs+78.5 μs (+20.4%)NO
    p25408 ±182 μs478 ±235 μs+69.9 μs (+17.1%)NO
    p50448 ±194 μs511 ±233 μs+62.5 μs (+13.9%)NO
    p75525 ±189 μs583 ±212 μs+58.4 μs (+11.1%)NO
    p90671 ±240 μs662 ±201 μs-9.76 μs (-1.5%)NO

    20 test runs in comparison
    CommitTest Runs
    ba067b5
    • 2024-01-09_21:04:17.149735_oWgW
    • 2024-01-09_21:04:17.149774_ATjk
    • 2024-01-09_21:04:17.149784_lCSi
    • 2024-01-09_21:04:17.149791_BOkz
    • 2024-01-09_21:04:17.149798_Wlfq
    • 2024-01-09_21:04:17.149805_ayNo
    • 2024-01-09_21:04:17.149812_XCWu
    • 2024-01-09_21:04:17.149828_GxFq
    • 2024-01-09_21:04:17.149835_yxNT
    • 2024-01-09_21:04:17.149841_ALSF
    44f5521
    • 2024-01-10_18:12:53.314380_THgZ
    • 2024-01-10_18:12:53.314420_iWyE
    • 2024-01-10_18:12:53.314432_RIME
    • 2024-01-10_18:12:53.314440_meIZ
    • 2024-01-10_18:12:53.314459_XSGf
    • 2024-01-10_18:12:53.314467_dcjJ
    • 2024-01-10_18:12:53.314476_mlFt
    • 2024-01-10_18:12:53.314483_pHwK
    • 2024-01-10_18:12:53.314489_SYew
    • 2024-01-10_18:12:53.314496_zhPg
    redfin-30
    Percentileba067b544f5521DiffSignificant (?)
    p10751 ±253 μs705 ±232 μs-46.1 μs (-6.1%)NO
    p25773 ±249 μs730 ±237 μs-42.5 μs (-5.5%)NO
    p50805 ±248 μs760 ±242 μs-45.0 μs (-5.6%)NO
    p75845 ±244 μs804 ±241 μs-40.6 μs (-4.8%)NO
    p90901 ±236 μs876 ±243 μs-25.8 μs (-2.9%)NO

    20 test runs in comparison
    CommitTest Runs
    ba067b5
    • 2024-01-09_21:04:17.149735_oWgW
    • 2024-01-09_21:04:17.149774_ATjk
    • 2024-01-09_21:04:17.149784_lCSi
    • 2024-01-09_21:04:17.149791_BOkz
    • 2024-01-09_21:04:17.149798_Wlfq
    • 2024-01-09_21:04:17.149805_ayNo
    • 2024-01-09_21:04:17.149812_XCWu
    • 2024-01-09_21:04:17.149828_GxFq
    • 2024-01-09_21:04:17.149835_yxNT
    • 2024-01-09_21:04:17.149841_ALSF
    44f5521
    • 2024-01-10_18:12:53.314380_THgZ
    • 2024-01-10_18:12:53.314420_iWyE
    • 2024-01-10_18:12:53.314432_RIME
    • 2024-01-10_18:12:53.314440_meIZ
    • 2024-01-10_18:12:53.314459_XSGf
    • 2024-01-10_18:12:53.314467_dcjJ
    • 2024-01-10_18:12:53.314476_mlFt
    • 2024-01-10_18:12:53.314483_pHwK
    • 2024-01-10_18:12:53.314489_SYew
    • 2024-01-10_18:12:53.314496_zhPg
  • timeToInitialDisplay

    DeviceStatisticsDistributions
    oriole-32
    Percentileba067b544f5521DiffSignificant (?)
    p10207 ±5 ms205 ±2 ms-1.82 ms (-0.9%)NO
    p25214 ±6 ms211 ±1 ms-3.13 ms (-1.5%)NO
    p50223 ±8 ms218 ±1 ms-4.35 ms (-2.0%)NO
    p75231 ±9 ms226 ±2 ms-4.74 ms (-2.1%)NO
    p90240 ±9.6 ms235 ±4 ms-4.45 ms (-1.9%)NO

    20 test runs in comparison
    CommitTest Runs
    ba067b5
    • 2024-01-09_21:04:17.149735_oWgW
    • 2024-01-09_21:04:17.149774_ATjk
    • 2024-01-09_21:04:17.149784_lCSi
    • 2024-01-09_21:04:17.149791_BOkz
    • 2024-01-09_21:04:17.149798_Wlfq
    • 2024-01-09_21:04:17.149805_ayNo
    • 2024-01-09_21:04:17.149812_XCWu
    • 2024-01-09_21:04:17.149828_GxFq
    • 2024-01-09_21:04:17.149835_yxNT
    • 2024-01-09_21:04:17.149841_ALSF
    44f5521
    • 2024-01-10_18:12:53.314380_THgZ
    • 2024-01-10_18:12:53.314420_iWyE
    • 2024-01-10_18:12:53.314432_RIME
    • 2024-01-10_18:12:53.314440_meIZ
    • 2024-01-10_18:12:53.314459_XSGf
    • 2024-01-10_18:12:53.314467_dcjJ
    • 2024-01-10_18:12:53.314476_mlFt
    • 2024-01-10_18:12:53.314483_pHwK
    • 2024-01-10_18:12:53.314489_SYew
    • 2024-01-10_18:12:53.314496_zhPg
    redfin-30
    Percentileba067b544f5521DiffSignificant (?)
    p10248 ±5 ms274 ±5 ms+26.2 ms (+10.5%)YES
    p25255 ±4 ms280 ±5 ms+25.7 ms (+10.1%)YES
    p50262 ±5 ms289 ±5 ms+27.0 ms (+10.3%)YES
    p75270 ±5 ms299 ±6 ms+28.9 ms (+10.7%)YES
    p90281 ±7 ms314 ±8 ms+33.2 ms (+11.8%)MAYBE

    20 test runs in comparison
    CommitTest Runs
    ba067b5
    • 2024-01-09_21:04:17.149735_oWgW
    • 2024-01-09_21:04:17.149774_ATjk
    • 2024-01-09_21:04:17.149784_lCSi
    • 2024-01-09_21:04:17.149791_BOkz
    • 2024-01-09_21:04:17.149798_Wlfq
    • 2024-01-09_21:04:17.149805_ayNo
    • 2024-01-09_21:04:17.149812_XCWu
    • 2024-01-09_21:04:17.149828_GxFq
    • 2024-01-09_21:04:17.149835_yxNT
    • 2024-01-09_21:04:17.149841_ALSF
    44f5521
    • 2024-01-10_18:12:53.314380_THgZ
    • 2024-01-10_18:12:53.314420_iWyE
    • 2024-01-10_18:12:53.314432_RIME
    • 2024-01-10_18:12:53.314440_meIZ
    • 2024-01-10_18:12:53.314459_XSGf
    • 2024-01-10_18:12:53.314467_dcjJ
    • 2024-01-10_18:12:53.314476_mlFt
    • 2024-01-10_18:12:53.314483_pHwK
    • 2024-01-10_18:12:53.314489_SYew
    • 2024-01-10_18:12:53.314496_zhPg

  1. https://storage.googleapis.com/firebase-sdk-metric-reports/nigGaWkzDl/index.html

@dconeybe dconeybe marked this pull request as ready for review January 10, 2024 15:20
@dconeybe dconeybe merged commit 4dcae02 into master Jan 10, 2024
@dconeybe dconeybe deleted the dconeybe/CountApiDocTweaks branch January 10, 2024 21:21
@firebase firebase locked and limited conversation to collaborators Feb 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants