-
Notifications
You must be signed in to change notification settings - Fork 608
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
daymxn
wants to merge
1
commit into
main
Choose a base branch
from
daymon-test-javadoc-diff
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
ignore me #5367
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:--- /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> |
Generated by 🚫 Danger |
Coverage Report 1Affected ProductsNo changes between base commit (b9f0e1d) and merge commit (2a1a0e0).Test Logs |
Size Report 1Affected ProductsNo changes between base commit (b9f0e1d) and merge commit (2a1a0e0).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
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
testing