Skip to content

ignore me #5367

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

ignore me #5367

wants to merge 1 commit into from

Conversation

daymxn
Copy link
Member

@daymxn daymxn commented Sep 26, 2023

testing

@github-actions
Copy link
Contributor

github-actions bot commented Sep 26, 2023

Javadoc Changes:
--- /Users/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/FirebaseApp.html	2023-09-26 22:37:50.000000000 +0000
+++ /Users/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/FirebaseApp.html	2023-09-26 22:32:18.000000000 +0000
@@ -11,7 +11,7 @@
       <pre>public class <a href="/docs/reference/android/com/google/firebase/FirebaseApp.html">FirebaseApp</a></pre>
     </p>
     <hr>
-    <p>The entry point of Firebase SDKs. It holds common configuration and state for Firebase APIs. Most applications don't need to directly interact with FirebaseApp. </p>
+    <p>The entry point of Firebase SDK. It holds common configuration and state for Firebase APIs. Most applications don't need to directly interact with FirebaseApp. </p>
     <p>For a vast majority of apps, <code><a href="/docs/reference/android/com/google/firebase/provider/FirebaseInitProvider.html">FirebaseInitProvider</a></code> will handle the initialization of Firebase for the default project that it's configured to work with, via the data contained in the app's <code>google-services.json</code> file. This <code>
  ContentProvider</code> is merged into the app's manifest by default when building with Gradle, and it runs automatically at app launch. <b>No additional lines of code are needed in this case.</b></p>
     <p>In the event that an app requires access to another Firebase project <b>in addition to</b> the default project, <code><a href="/docs/reference/android/com/google/firebase/FirebaseApp.html#initializeApp(android.content.Context,com.google.firebase.FirebaseOptions,java.lang.String)">initializeApp</a></code> must be used to create that relationship programmatically. The name parameter must be unique. To connect to the resources exposed by that project, use the <code><a href="/docs/reference/android/com/google/firebase/FirebaseApp.html">FirebaseApp</a></code> object returned by <code><a href="/docs/reference/android/com/google/firebase/FirebaseApp.html#getInstance(java.lang.String)">getInstance</a></code>, passing it the same name used with <code>
--- /Users/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/FirebaseOptions.html	2023-09-26 22:37:50.000000000 +0000
+++ /Users/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/FirebaseOptions.html	2023-09-26 22:32:18.000000000 +0000
@@ -11,7 +11,7 @@
       <pre>public final class <a href="/docs/reference/android/com/google/firebase/FirebaseOptions.html">FirebaseOptions</a></pre>
     </p>
     <hr>
-    <p>Configurable Firebase options.</p>
+    <p>Configurable Firebase option.</p>
     <h2>Summary</h2>
     <div class="devsite-table-wrapper">
       <table class="responsive">
--- /Users/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/package-summary.html	2023-09-26 22:37:50.000000000 +0000
+++ /Users/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/package-summary.html	2023-09-26 22:32:18.000000000 +0000
@@ -17,13 +17,13 @@
           <tr>
             <td><code><a href="/docs/reference/android/com/google/firebase/FirebaseApp.html">FirebaseApp</a></code></td>
             <td>
-              <p>The entry point of Firebase SDKs.</p>
+              <p>The entry point of Firebase SDK.</p>
             </td>
           </tr>
           <tr>
             <td><code><a href="/docs/reference/android/com/google/firebase/FirebaseOptions.html">FirebaseOptions</a></code></td>
             <td>
-              <p>Configurable Firebase options.</p>
+              <p>Configurable Firebase option.</p>
             </td>
           </tr>
           <tr>
--- /Users/runner/diff/original/firebase-kotlindoc/kotlin/com/google/firebase/FirebaseApp.html	2023-09-26 22:37:50.000000000 +0000
+++ /Users/runner/diff/modified/firebase-kotlindoc/kotlin/com/google/firebase/FirebaseApp.html	2023-09-26 22:32:18.000000000 +0000
@@ -11,7 +11,7 @@
       <pre>class <a href="/docs/reference/kotlin/com/google/firebase/FirebaseApp.html">FirebaseApp</a></pre>
     </p>
     <hr>
-    <p>The entry point of Firebase SDKs. It holds common configuration and state for Firebase APIs. Most applications don't need to directly interact with FirebaseApp. </p>
+    <p>The entry point of Firebase SDK. It holds common configuration and state for Firebase APIs. Most applications don't need to directly interact with FirebaseApp. </p>
     <p>For a vast majority of apps, <code><a href="/docs/reference/kotlin/com/google/firebase/provider/FirebaseInitProvider.html">FirebaseInitProvider</a></code> will handle the initialization of Firebase for the default project that it's configured to work with, via the data contained in the app's <code>google-services.json</code> file. This <code>
  ContentProvider</code> is merged into the app's manifest by default when building with Gradle, and it runs automatically at app launch. <b>No additional lines of code are needed in this case.</b></p>
     <p>In the event that an app requires access to another Firebase project <b>in addition to</b> the default project, <code><a href="/docs/reference/kotlin/com/google/firebase/FirebaseApp.html#initializeApp(android.content.Context,com.google.firebase.FirebaseOptions,java.lang.String)">initializeApp</a></code> must be used to create that relationship programmatically. The name parameter must be unique. To connect to the resources exposed by that project, use the <code><a href="/docs/reference/kotlin/com/google/firebase/FirebaseApp.html">FirebaseApp</a></code> object returned by <code><a href="/docs/reference/kotlin/com/google/firebase/FirebaseApp.html#getInstance(java.lang.String)">getInstance</a></code>, passing it the same name used with <code>
--- /Users/runner/diff/original/firebase-kotlindoc/kotlin/com/google/firebase/FirebaseOptions.html	2023-09-26 22:37:50.000000000 +0000
+++ /Users/runner/diff/modified/firebase-kotlindoc/kotlin/com/google/firebase/FirebaseOptions.html	2023-09-26 22:32:18.000000000 +0000
@@ -11,7 +11,7 @@
       <pre>class <a href="/docs/reference/kotlin/com/google/firebase/FirebaseOptions.html">FirebaseOptions</a></pre>
     </p>
     <hr>
-    <p>Configurable Firebase options.</p>
+    <p>Configurable Firebase option.</p>
     <h2>Summary</h2>
     <div class="devsite-table-wrapper">
       <table class="responsive">
--- /Users/runner/diff/original/firebase-kotlindoc/kotlin/com/google/firebase/package-summary.html	2023-09-26 22:37:50.000000000 +0000
+++ /Users/runner/diff/modified/firebase-kotlindoc/kotlin/com/google/firebase/package-summary.html	2023-09-26 22:32:18.000000000 +0000
@@ -17,13 +17,13 @@
           <tr>
             <td><code><a href="/docs/reference/kotlin/com/google/firebase/FirebaseApp.html">FirebaseApp</a></code></td>
             <td>
-              <p>The entry point of Firebase SDKs.</p>
+              <p>The entry point of Firebase SDK.</p>
             </td>
           </tr>
           <tr>
             <td><code><a href="/docs/reference/kotlin/com/google/firebase/FirebaseOptions.html">FirebaseOptions</a></code></td>
             <td>
-              <p>Configurable Firebase options.</p>
+              <p>Configurable Firebase option.</p>
             </td>
           </tr>
           <tr>

@google-oss-bot
Copy link
Contributor

1 Warning
⚠️ Did you forget to add a changelog entry? (Add the 'no-changelog' label to the PR to silence this warning.)

Generated by 🚫 Danger

@google-oss-bot
Copy link
Contributor

@github-actions
Copy link
Contributor

Unit Test Results

  34 files   -    786    34 suites   - 786   1m 22s ⏱️ - 36m 22s
  58 tests  - 4 950    58 ✔️  - 4 929  0 💤  - 21  0 ±0 
116 runs   - 9 809  116 ✔️  - 9 767  0 💤  - 42  0 ±0 

Results for commit a336d3d. ± Comparison against base commit b9f0e1d.

@google-oss-bot
Copy link
Contributor

@google-oss-bot
Copy link
Contributor

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

  • ComponentDiscovery

    DeviceStatisticsDistributions
    oriole-32
    Percentileb9f0e1d2a1a0e0DiffSignificant (?)
    p10895 ±43 μs889 ±29 μs-6.58 μs (-0.7%)NO
    p25973 ±38 μs955 ±38 μs-17.6 μs (-1.8%)NO
    p501.09 ±0.05 ms1.08 ±0.05 ms-15.5 μs (-1.4%)NO
    p751.30 ±0.07 ms1.26 ±0.08 ms-36.9 μs (-2.8%)NO
    p901.57 ±0.1 ms1.55 ±0.1 ms-27.4 μs (-1.7%)NO

    20 test runs in comparison
    CommitTest Runs
    b9f0e1d
    • 2023-09-26_21:26:23.678604_fZWz
    • 2023-09-26_21:26:23.684691_qyro
    • 2023-09-26_21:26:23.684711_UQaC
    • 2023-09-26_21:26:23.684721_ydsh
    • 2023-09-26_21:26:23.684728_SbIA
    • 2023-09-26_21:26:23.684735_tsQX
    • 2023-09-26_21:26:23.684741_bdKl
    • 2023-09-26_21:26:23.684753_YflR
    • 2023-09-26_21:26:23.684760_vPPq
    • 2023-09-26_21:26:23.684767_COmN
    2a1a0e0
    • 2023-09-26_22:48:40.148426_EkIG
    • 2023-09-26_22:48:40.153063_rPFJ
    • 2023-09-26_22:48:40.153083_QDrJ
    • 2023-09-26_22:48:40.153092_RZNO
    • 2023-09-26_22:48:40.153098_VpEj
    • 2023-09-26_22:48:40.153104_TMRe
    • 2023-09-26_22:48:40.153117_hQyT
    • 2023-09-26_22:48:40.153124_WDlc
    • 2023-09-26_22:48:40.153130_bWOU
    • 2023-09-26_22:48:40.153136_MBuv
    redfin-30
    Percentileb9f0e1d2a1a0e0DiffSignificant (?)
    p10778 ±30 μs772 ±18 μs-5.91 μs (-0.8%)NO
    p25815 ±29 μs807 ±21 μs-8.13 μs (-1.0%)NO
    p50888 ±30 μs874 ±24 μs-13.3 μs (-1.5%)NO
    p751.10 ±0.07 ms1.09 ±0.08 ms-15.9 μs (-1.4%)NO
    p901.54 ±0.2 ms1.54 ±0.2 ms-1.86 μs (-0.1%)NO

    20 test runs in comparison
    CommitTest Runs
    b9f0e1d
    • 2023-09-26_21:26:23.678604_fZWz
    • 2023-09-26_21:26:23.684691_qyro
    • 2023-09-26_21:26:23.684711_UQaC
    • 2023-09-26_21:26:23.684721_ydsh
    • 2023-09-26_21:26:23.684728_SbIA
    • 2023-09-26_21:26:23.684735_tsQX
    • 2023-09-26_21:26:23.684741_bdKl
    • 2023-09-26_21:26:23.684753_YflR
    • 2023-09-26_21:26:23.684760_vPPq
    • 2023-09-26_21:26:23.684767_COmN
    2a1a0e0
    • 2023-09-26_22:48:40.148426_EkIG
    • 2023-09-26_22:48:40.153063_rPFJ
    • 2023-09-26_22:48:40.153083_QDrJ
    • 2023-09-26_22:48:40.153092_RZNO
    • 2023-09-26_22:48:40.153098_VpEj
    • 2023-09-26_22:48:40.153104_TMRe
    • 2023-09-26_22:48:40.153117_hQyT
    • 2023-09-26_22:48:40.153124_WDlc
    • 2023-09-26_22:48:40.153130_bWOU
    • 2023-09-26_22:48:40.153136_MBuv
  • Firebase

    DeviceStatisticsDistributions
    oriole-32
    Percentileb9f0e1d2a1a0e0DiffSignificant (?)
    p105.97 ±0.08 ms6.02 ±0.2 ms+49.3 μs (+0.8%)NO
    p256.26 ±0.1 ms6.32 ±0.2 ms+64.1 μs (+1.0%)NO
    p506.71 ±0.09 ms6.83 ±0.3 ms+130 μs (+1.9%)NO
    p757.50 ±0.2 ms7.57 ±0.3 ms+67.1 μs (+0.9%)NO
    p908.30 ±0.2 ms8.40 ±0.5 ms+99.4 μs (+1.2%)NO

    20 test runs in comparison
    CommitTest Runs
    b9f0e1d
    • 2023-09-26_21:26:23.678604_fZWz
    • 2023-09-26_21:26:23.684691_qyro
    • 2023-09-26_21:26:23.684711_UQaC
    • 2023-09-26_21:26:23.684721_ydsh
    • 2023-09-26_21:26:23.684728_SbIA
    • 2023-09-26_21:26:23.684735_tsQX
    • 2023-09-26_21:26:23.684741_bdKl
    • 2023-09-26_21:26:23.684753_YflR
    • 2023-09-26_21:26:23.684760_vPPq
    • 2023-09-26_21:26:23.684767_COmN
    2a1a0e0
    • 2023-09-26_22:48:40.148426_EkIG
    • 2023-09-26_22:48:40.153063_rPFJ
    • 2023-09-26_22:48:40.153083_QDrJ
    • 2023-09-26_22:48:40.153092_RZNO
    • 2023-09-26_22:48:40.153098_VpEj
    • 2023-09-26_22:48:40.153104_TMRe
    • 2023-09-26_22:48:40.153117_hQyT
    • 2023-09-26_22:48:40.153124_WDlc
    • 2023-09-26_22:48:40.153130_bWOU
    • 2023-09-26_22:48:40.153136_MBuv
    redfin-30
    Percentileb9f0e1d2a1a0e0DiffSignificant (?)
    p107.70 ±0.4 ms7.57 ±0.1 ms-137 μs (-1.8%)NO
    p257.98 ±0.4 ms7.83 ±0.2 ms-148 μs (-1.9%)NO
    p508.37 ±0.5 ms8.24 ±0.2 ms-132 μs (-1.6%)NO
    p759.11 ±0.5 ms8.96 ±0.3 ms-144 μs (-1.6%)NO
    p9010.3 ±0.8 ms10.4 ±0.5 ms+140 μs (+1.4%)NO

    20 test runs in comparison
    CommitTest Runs
    b9f0e1d
    • 2023-09-26_21:26:23.678604_fZWz
    • 2023-09-26_21:26:23.684691_qyro
    • 2023-09-26_21:26:23.684711_UQaC
    • 2023-09-26_21:26:23.684721_ydsh
    • 2023-09-26_21:26:23.684728_SbIA
    • 2023-09-26_21:26:23.684735_tsQX
    • 2023-09-26_21:26:23.684741_bdKl
    • 2023-09-26_21:26:23.684753_YflR
    • 2023-09-26_21:26:23.684760_vPPq
    • 2023-09-26_21:26:23.684767_COmN
    2a1a0e0
    • 2023-09-26_22:48:40.148426_EkIG
    • 2023-09-26_22:48:40.153063_rPFJ
    • 2023-09-26_22:48:40.153083_QDrJ
    • 2023-09-26_22:48:40.153092_RZNO
    • 2023-09-26_22:48:40.153098_VpEj
    • 2023-09-26_22:48:40.153104_TMRe
    • 2023-09-26_22:48:40.153117_hQyT
    • 2023-09-26_22:48:40.153124_WDlc
    • 2023-09-26_22:48:40.153130_bWOU
    • 2023-09-26_22:48:40.153136_MBuv
  • Runtime

    DeviceStatisticsDistributions
    oriole-32
    Percentileb9f0e1d2a1a0e0DiffSignificant (?)
    p104.93 ±0.1 ms4.99 ±0.2 ms+63.1 μs (+1.3%)NO
    p255.14 ±0.1 ms5.21 ±0.2 ms+72.5 μs (+1.4%)NO
    p505.50 ±0.1 ms5.61 ±0.2 ms+106 μs (+1.9%)NO
    p756.14 ±0.2 ms6.29 ±0.3 ms+149 μs (+2.4%)NO
    p906.94 ±0.2 ms7.01 ±0.4 ms+67.9 μs (+1.0%)NO

    20 test runs in comparison
    CommitTest Runs
    b9f0e1d
    • 2023-09-26_21:26:23.678604_fZWz
    • 2023-09-26_21:26:23.684691_qyro
    • 2023-09-26_21:26:23.684711_UQaC
    • 2023-09-26_21:26:23.684721_ydsh
    • 2023-09-26_21:26:23.684728_SbIA
    • 2023-09-26_21:26:23.684735_tsQX
    • 2023-09-26_21:26:23.684741_bdKl
    • 2023-09-26_21:26:23.684753_YflR
    • 2023-09-26_21:26:23.684760_vPPq
    • 2023-09-26_21:26:23.684767_COmN
    2a1a0e0
    • 2023-09-26_22:48:40.148426_EkIG
    • 2023-09-26_22:48:40.153063_rPFJ
    • 2023-09-26_22:48:40.153083_QDrJ
    • 2023-09-26_22:48:40.153092_RZNO
    • 2023-09-26_22:48:40.153098_VpEj
    • 2023-09-26_22:48:40.153104_TMRe
    • 2023-09-26_22:48:40.153117_hQyT
    • 2023-09-26_22:48:40.153124_WDlc
    • 2023-09-26_22:48:40.153130_bWOU
    • 2023-09-26_22:48:40.153136_MBuv
    redfin-30
    Percentileb9f0e1d2a1a0e0DiffSignificant (?)
    p106.77 ±0.4 ms6.63 ±0.1 ms-139 μs (-2.1%)NO
    p256.98 ±0.4 ms6.86 ±0.2 ms-120 μs (-1.7%)NO
    p507.28 ±0.4 ms7.16 ±0.2 ms-123 μs (-1.7%)NO
    p757.74 ±0.5 ms7.67 ±0.3 ms-63.0 μs (-0.8%)NO
    p908.59 ±0.7 ms8.68 ±0.4 ms+93.7 μs (+1.1%)NO

    20 test runs in comparison
    CommitTest Runs
    b9f0e1d
    • 2023-09-26_21:26:23.678604_fZWz
    • 2023-09-26_21:26:23.684691_qyro
    • 2023-09-26_21:26:23.684711_UQaC
    • 2023-09-26_21:26:23.684721_ydsh
    • 2023-09-26_21:26:23.684728_SbIA
    • 2023-09-26_21:26:23.684735_tsQX
    • 2023-09-26_21:26:23.684741_bdKl
    • 2023-09-26_21:26:23.684753_YflR
    • 2023-09-26_21:26:23.684760_vPPq
    • 2023-09-26_21:26:23.684767_COmN
    2a1a0e0
    • 2023-09-26_22:48:40.148426_EkIG
    • 2023-09-26_22:48:40.153063_rPFJ
    • 2023-09-26_22:48:40.153083_QDrJ
    • 2023-09-26_22:48:40.153092_RZNO
    • 2023-09-26_22:48:40.153098_VpEj
    • 2023-09-26_22:48:40.153104_TMRe
    • 2023-09-26_22:48:40.153117_hQyT
    • 2023-09-26_22:48:40.153124_WDlc
    • 2023-09-26_22:48:40.153130_bWOU
    • 2023-09-26_22:48:40.153136_MBuv
  • timeToInitialDisplay

    DeviceStatisticsDistributions
    oriole-32
    Percentileb9f0e1d2a1a0e0DiffSignificant (?)
    p10199 ±2 ms207 ±7 ms+7.54 ms (+3.8%)NO
    p25205 ±2 ms213 ±6 ms+7.99 ms (+3.9%)NO
    p50212 ±3 ms220 ±5 ms+8.08 ms (+3.8%)NO
    p75219 ±3 ms229 ±5 ms+9.58 ms (+4.4%)NO
    p90228 ±3 ms240 ±6 ms+12.0 ms (+5.3%)NO

    20 test runs in comparison
    CommitTest Runs
    b9f0e1d
    • 2023-09-26_21:26:23.678604_fZWz
    • 2023-09-26_21:26:23.684691_qyro
    • 2023-09-26_21:26:23.684711_UQaC
    • 2023-09-26_21:26:23.684721_ydsh
    • 2023-09-26_21:26:23.684728_SbIA
    • 2023-09-26_21:26:23.684735_tsQX
    • 2023-09-26_21:26:23.684741_bdKl
    • 2023-09-26_21:26:23.684753_YflR
    • 2023-09-26_21:26:23.684760_vPPq
    • 2023-09-26_21:26:23.684767_COmN
    2a1a0e0
    • 2023-09-26_22:48:40.148426_EkIG
    • 2023-09-26_22:48:40.153063_rPFJ
    • 2023-09-26_22:48:40.153083_QDrJ
    • 2023-09-26_22:48:40.153092_RZNO
    • 2023-09-26_22:48:40.153098_VpEj
    • 2023-09-26_22:48:40.153104_TMRe
    • 2023-09-26_22:48:40.153117_hQyT
    • 2023-09-26_22:48:40.153124_WDlc
    • 2023-09-26_22:48:40.153130_bWOU
    • 2023-09-26_22:48:40.153136_MBuv
    redfin-30
    Percentileb9f0e1d2a1a0e0DiffSignificant (?)
    p10246 ±6 ms268 ±5 ms+21.6 ms (+8.7%)MAYBE
    p25253 ±9 ms274 ±5 ms+21.8 ms (+8.6%)NO
    p50261 ±11 ms282 ±6 ms+21.7 ms (+8.3%)NO
    p75270 ±11 ms293 ±7 ms+22.3 ms (+8.2%)NO
    p90281 ±9.5 ms307 ±8 ms+26.8 ms (+9.6%)NO

    20 test runs in comparison
    CommitTest Runs
    b9f0e1d
    • 2023-09-26_21:26:23.678604_fZWz
    • 2023-09-26_21:26:23.684691_qyro
    • 2023-09-26_21:26:23.684711_UQaC
    • 2023-09-26_21:26:23.684721_ydsh
    • 2023-09-26_21:26:23.684728_SbIA
    • 2023-09-26_21:26:23.684735_tsQX
    • 2023-09-26_21:26:23.684741_bdKl
    • 2023-09-26_21:26:23.684753_YflR
    • 2023-09-26_21:26:23.684760_vPPq
    • 2023-09-26_21:26:23.684767_COmN
    2a1a0e0
    • 2023-09-26_22:48:40.148426_EkIG
    • 2023-09-26_22:48:40.153063_rPFJ
    • 2023-09-26_22:48:40.153083_QDrJ
    • 2023-09-26_22:48:40.153092_RZNO
    • 2023-09-26_22:48:40.153098_VpEj
    • 2023-09-26_22:48:40.153104_TMRe
    • 2023-09-26_22:48:40.153117_hQyT
    • 2023-09-26_22:48:40.153124_WDlc
    • 2023-09-26_22:48:40.153130_bWOU
    • 2023-09-26_22:48:40.153136_MBuv

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants