-
Notifications
You must be signed in to change notification settings - Fork 578
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
Integrate Firebase Performance with Firebase Sessions. #5020
Merged
visumickey
merged 18 commits into
firebase-sessions
from
firebase-sessions-perf-integration
May 26, 2023
Merged
Integrate Firebase Performance with Firebase Sessions. #5020
visumickey
merged 18 commits into
firebase-sessions
from
firebase-sessions-perf-integration
May 26, 2023
Conversation
This file contains 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/database/DataSnapshot.html 2023-05-25 22:57:09.000000000 +0000
+++ /Users/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/database/DataSnapshot.html 2023-05-25 22:51:18.000000000 +0000
@@ -53,13 +53,13 @@
</td>
</tr>
<tr>
- <td><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/Nullable.html">Nullable</a> <a href="https://developer.android.com/reference/kotlin/java/lang/String.html">String</a></code></td>
+ <td><code><a href="https://developer.android.com/reference/kotlin/java/lang/String.html">String</a></code></td>
<td>
<div><code><a href="/docs/reference/android/com/google/firebase/database/DataSnapshot.html#getKey()">getKey</a>()</code></div>
</td>
</tr>
<tr>
- <td><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/Nullable.html">Nullable</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a></code></td>
+ <td><code><a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a></code></td>
<td>
<div><code><a href="/docs/reference/android/com/google/firebase/database/DataSnapshot.html#getPriority()">getPriority</a>()</code></div>
<p>Returns the priority of the data contained in this snapshot as a native type.</p>
@@ -73,28 +73,28 @@
</td>
</tr>
<tr>
- <td><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/Nullable.html">Nullable</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a></code></td>
+ <td><code><a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a></code></td>
<td>
<div><code><a href="/docs/reference/android/com/google/firebase/database/DataSnapshot.html#getValue()">getValue</a>()</code></div>
<p>getValue() returns the data contained in this snapshot as native types.</p>
</td>
</tr>
<tr>
- <td><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/Nullable.html">Nullable</a> T</code></td>
+ <td><code>T</code></td>
<td>
<div><code><T> <a href="/docs/reference/android/com/google/firebase/database/DataSnapshot.html#getValue(com.google.firebase.database.GenericTypeIndicator<T>)">getValue</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/database/GenericTypeIndicator.html">GenericTypeIndicator</a><T> t)</code></div>
<p>Due to the way that Java implements generics, it takes an extra step to get back a properly-typed Collection.</p>
</td>
</tr>
<tr>
- <td><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/Nullable.html">Nullable</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a></code></td>
+ <td><code><a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a></code></td>
<td>
<div><code><a href="/docs/reference/android/com/google/firebase/database/DataSnapshot.html#getValue(boolean)">getValue</a>(boolean useExportFormat)</code></div>
<p>getValue() returns the data contained in this snapshot as native types.</p>
</td>
</tr>
<tr>
- <td><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/Nullable.html">Nullable</a> T</code></td>
+ <td><code>T</code></td>
<td>
<div><code><T> <a href="/docs/reference/android/com/google/firebase/database/DataSnapshot.html#getValue(java.lang.Class<T>)">getValue</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/Class.html">Class</a><T> valueType)</code></div>
<p>This method is used to marshall the data contained in this snapshot into a class of your choosing.</p>
@@ -255,7 +255,7 @@
</div>
<div class="api-item"><a name="getKey--"></a><a name="getkey"></a>
<h3 class="api-name" id="getKey()">getKey</h3>
- <pre class="api-signature no-pretty-print">public @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/Nullable.html">Nullable</a> <a href="https://developer.android.com/reference/kotlin/java/lang/String.html">String</a> <a href="/docs/reference/android/com/google/firebase/database/DataSnapshot.html#getKey()">getKey</a>()</pre>
+ <pre class="api-signature no-pretty-print">public <a href="https://developer.android.com/reference/kotlin/java/lang/String.html">String</a> <a href="/docs/reference/android/com/google/firebase/database/DataSnapshot.html#getKey()">getKey</a>()</pre>
<div class="devsite-table-wrapper">
<table class="responsive">
<colgroup>
@@ -269,7 +269,7 @@
</thead>
<tbody class="list">
<tr>
- <td><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/Nullable.html">Nullable</a> <a href="https://developer.android.com/reference/kotlin/java/lang/String.html">String</a></code></td>
+ <td><code><a href="https://developer.android.com/reference/kotlin/java/lang/String.html">String</a></code></td>
<td>
<p>The key name for the source location of this snapshot or null if this snapshot points to the database root.</p>
</td>
@@ -280,7 +280,7 @@
</div>
<div class="api-item"><a name="getPriority--"></a><a name="getpriority"></a>
<h3 class="api-name" id="getPriority()">getPriority</h3>
- <pre class="api-signature no-pretty-print">public @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/Nullable.html">Nullable</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a> <a href="/docs/reference/android/com/google/firebase/database/DataSnapshot.html#getPriority()">getPriority</a>()</pre>
+ <pre class="api-signature no-pretty-print">public <a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a> <a href="/docs/reference/android/com/google/firebase/database/DataSnapshot.html#getPriority()">getPriority</a>()</pre>
<p>Returns the priority of the data contained in this snapshot as a native type. Possible return types: </p>
<ul>
<li><code>Double</code></li>
@@ -300,7 +300,7 @@
</thead>
<tbody class="list">
<tr>
- <td><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/Nullable.html">Nullable</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a></code></td>
+ <td><code><a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a></code></td>
<td>
<p>the priority of the data contained in this snapshot as a native type</p>
</td>
@@ -337,7 +337,7 @@
</div>
<div class="api-item"><a name="getValue--"></a><a name="getvalue"></a>
<h3 class="api-name" id="getValue()">getValue</h3>
- <pre class="api-signature no-pretty-print">public @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/Nullable.html">Nullable</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a> <a href="/docs/reference/android/com/google/firebase/database/DataSnapshot.html#getValue()">getValue</a>()</pre>
+ <pre class="api-signature no-pretty-print">public <a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a> <a href="/docs/reference/android/com/google/firebase/database/DataSnapshot.html#getValue()">getValue</a>()</pre>
<p>getValue() returns the data contained in this snapshot as native types. The possible types returned are: </p>
<ul>
<li><code>Boolean</code></li>
@@ -361,7 +361,7 @@
</thead>
<tbody class="list">
<tr>
- <td><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/Nullable.html">Nullable</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a></code></td>
+ <td><code><a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a></code></td>
<td>
<p>The data contained in this snapshot as native types or null if there is no data at this location.</p>
</td>
@@ -372,7 +372,7 @@
</div>
<div class="api-item"><a name="getValue-com.google.firebase.database.GenericTypeIndicator<T>-"></a><a name="getvalue"></a>
<h3 class="api-name" id="getValue(com.google.firebase.database.GenericTypeIndicator<T>)">getValue</h3>
- <pre class="api-signature no-pretty-print">public @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/Nullable.html">Nullable</a> T <T> <a href="/docs/reference/android/com/google/firebase/database/DataSnapshot.html#getValue(com.google.firebase.database.GenericTypeIndicator<T>)">getValue</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/database/GenericTypeIndicator.html">GenericTypeIndicator</a><T> t)</pre>
+ <pre class="api-signature no-pretty-print">public T <T> <a href="/docs/reference/android/com/google/firebase/database/DataSnapshot.html#getValue(com.google.firebase.database.GenericTypeIndicator<T>)">getValue</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/database/GenericTypeIndicator.html">GenericTypeIndicator</a><T> t)</pre>
<p>Due to the way that Java implements generics, it takes an extra step to get back a properly-typed Collection. So, in the case where you want a <code><a href="https://developer.android.com/reference/kotlin/java/util/List.html">java.util.List</a></code> of Message instances, you will need to do something like the following: </p>
<pre class="prettyprint"> GenericTypeIndicator<List<Message>> t = new GenericTypeIndicator<List<Message>>() {};
List<Message> messages = snapshot.getValue(t);
@@ -418,7 +418,7 @@
</thead>
<tbody class="list">
<tr>
- <td><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/Nullable.html">Nullable</a> T</code></td>
+ <td><code>T</code></td>
<td>
<p>A properly typed collection, populated with the data from this snapshot, or null if there is no data at this location.</p>
</td>
@@ -429,7 +429,7 @@
</div>
<div class="api-item"><a name="getValue-boolean-"></a><a name="getvalue"></a>
<h3 class="api-name" id="getValue(boolean)">getValue</h3>
- <pre class="api-signature no-pretty-print">public @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/Nullable.html">Nullable</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a> <a href="/docs/reference/android/com/google/firebase/database/DataSnapshot.html#getValue(boolean)">getValue</a>(boolean useExportFormat)</pre>
+ <pre class="api-signature no-pretty-print">public <a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a> <a href="/docs/reference/android/com/google/firebase/database/DataSnapshot.html#getValue(boolean)">getValue</a>(boolean useExportFormat)</pre>
<p>getValue() returns the data contained in this snapshot as native types. The possible types returned are: </p>
<ul>
<li><code>Boolean</code></li>
@@ -475,7 +475,7 @@
</thead>
<tbody class="list">
<tr>
- <td><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/Nullable.html">Nullable</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a></code></td>
+ <td><code><a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a></code></td>
<td>
<p>The data in native types, along with its priority, or null if there is no data at this location.</p>
</td>
@@ -486,7 +486,7 @@
</div>
<div class="api-item"><a name="getValue-java.lang.Class<T>-"></a><a name="getvalue"></a>
<h3 class="api-name" id="getValue(java.lang.Class<T>)">getValue</h3>
- <pre class="api-signature no-pretty-print">public @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/Nullable.html">Nullable</a> T <T> <a href="/docs/reference/android/com/google/firebase/database/DataSnapshot.html#getValue(java.lang.Class<T>)">getValue</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/Class.html">Class</a><T> valueType)</pre>
+ <pre class="api-signature no-pretty-print">public T <T> <a href="/docs/reference/android/com/google/firebase/database/DataSnapshot.html#getValue(java.lang.Class<T>)">getValue</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/Class.html">Class</a><T> valueType)</pre>
<p>This method is used to marshall the data contained in this snapshot into a class of your choosing. The class must fit 2 simple constraints: </p>
<ol>
<li>The class must have a default constructor that takes no arguments </li>
@@ -557,7 +557,7 @@
</thead>
<tbody class="list">
<tr>
- <td><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/Nullable.html">Nullable</a> T</code></td>
+ <td><code>T</code></td>
<td>
<p>An instance of the class passed in, populated with the data from this snapshot, or null if there is no data at this location.</p>
</td> --- /Users/runner/diff/original/firebase-kotlindoc/kotlin/com/google/firebase/database/DataSnapshot.html 2023-05-25 22:57:08.000000000 +0000
+++ /Users/runner/diff/modified/firebase-kotlindoc/kotlin/com/google/firebase/database/DataSnapshot.html 2023-05-25 22:51:18.000000000 +0000
@@ -53,13 +53,13 @@
</td>
</tr>
<tr>
- <td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>?</code></td>
+ <td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>!</code></td>
<td>
<div><code><a href="/docs/reference/kotlin/com/google/firebase/database/DataSnapshot.html#getKey()">getKey</a>()</code></div>
</td>
</tr>
<tr>
- <td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>?</code></td>
+ <td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>!</code></td>
<td>
<div><code><a href="/docs/reference/kotlin/com/google/firebase/database/DataSnapshot.html#getPriority()">getPriority</a>()</code></div>
<p>Returns the priority of the data contained in this snapshot as a native type.</p>
@@ -73,28 +73,28 @@
</td>
</tr>
<tr>
- <td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>?</code></td>
+ <td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>!</code></td>
<td>
<div><code><a href="/docs/reference/kotlin/com/google/firebase/database/DataSnapshot.html#getValue()">getValue</a>()</code></div>
<p>getValue() returns the data contained in this snapshot as native types.</p>
</td>
</tr>
<tr>
- <td><code>T?</code></td>
+ <td><code>T!</code></td>
<td>
<div><code><T> <a href="/docs/reference/kotlin/com/google/firebase/database/DataSnapshot.html#getValue(com.google.firebase.database.GenericTypeIndicator<T>)">getValue</a>(t: <a href="/docs/reference/kotlin/com/google/firebase/database/GenericTypeIndicator.html">GenericTypeIndicator</a><T!>)</code></div>
<p>Due to the way that Java implements generics, it takes an extra step to get back a properly-typed Collection.</p>
</td>
</tr>
<tr>
- <td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>?</code></td>
+ <td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>!</code></td>
<td>
<div><code><a href="/docs/reference/kotlin/com/google/firebase/database/DataSnapshot.html#getValue(boolean)">getValue</a>(useExportFormat: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>)</code></div>
<p>getValue() returns the data contained in this snapshot as native types.</p>
</td>
</tr>
<tr>
- <td><code>T?</code></td>
+ <td><code>T!</code></td>
<td>
<div><code><T> <a href="/docs/reference/kotlin/com/google/firebase/database/DataSnapshot.html#getValue(java.lang.Class<T>)">getValue</a>(valueType: <a href="https://developer.android.com/reference/kotlin/java/lang/Class.html">Class</a><T!>)</code></div>
<p>This method is used to marshall the data contained in this snapshot into a class of your choosing.</p>
@@ -255,7 +255,7 @@
</div>
<div class="api-item"><a name="getKey--"></a><a name="getkey"></a>
<h3 class="api-name" id="getKey()">getKey</h3>
- <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/database/DataSnapshot.html#getKey()">getKey</a>(): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>?</pre>
+ <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/database/DataSnapshot.html#getKey()">getKey</a>(): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>!</pre>
<div class="devsite-table-wrapper">
<table class="responsive">
<colgroup>
@@ -269,7 +269,7 @@
</thead>
<tbody class="list">
<tr>
- <td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>?</code></td>
+ <td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>!</code></td>
<td>
<p>The key name for the source location of this snapshot or null if this snapshot points to the database root.</p>
</td>
@@ -280,7 +280,7 @@
</div>
<div class="api-item"><a name="getPriority--"></a><a name="getpriority"></a>
<h3 class="api-name" id="getPriority()">getPriority</h3>
- <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/database/DataSnapshot.html#getPriority()">getPriority</a>(): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>?</pre>
+ <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/database/DataSnapshot.html#getPriority()">getPriority</a>(): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>!</pre>
<p>Returns the priority of the data contained in this snapshot as a native type. Possible return types: </p>
<ul>
<li><code>Double</code></li>
@@ -300,7 +300,7 @@
</thead>
<tbody class="list">
<tr>
- <td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>?</code></td>
+ <td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>!</code></td>
<td>
<p>the priority of the data contained in this snapshot as a native type</p>
</td>
@@ -337,7 +337,7 @@
</div>
<div class="api-item"><a name="getValue--"></a><a name="getvalue"></a>
<h3 class="api-name" id="getValue()">getValue</h3>
- <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/database/DataSnapshot.html#getValue()">getValue</a>(): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>?</pre>
+ <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/database/DataSnapshot.html#getValue()">getValue</a>(): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>!</pre>
<p>getValue() returns the data contained in this snapshot as native types. The possible types returned are: </p>
<ul>
<li><code>Boolean</code></li>
@@ -361,7 +361,7 @@
</thead>
<tbody class="list">
<tr>
- <td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>?</code></td>
+ <td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>!</code></td>
<td>
<p>The data contained in this snapshot as native types or null if there is no data at this location.</p>
</td>
@@ -372,7 +372,7 @@
</div>
<div class="api-item"><a name="getValue-com.google.firebase.database.GenericTypeIndicator<T>-"></a><a name="getvalue"></a>
<h3 class="api-name" id="getValue(com.google.firebase.database.GenericTypeIndicator<T>)">getValue</h3>
- <pre class="api-signature no-pretty-print">fun <T> <a href="/docs/reference/kotlin/com/google/firebase/database/DataSnapshot.html#getValue(com.google.firebase.database.GenericTypeIndicator<T>)">getValue</a>(t: <a href="/docs/reference/kotlin/com/google/firebase/database/GenericTypeIndicator.html">GenericTypeIndicator</a><T!>): T?</pre>
+ <pre class="api-signature no-pretty-print">fun <T> <a href="/docs/reference/kotlin/com/google/firebase/database/DataSnapshot.html#getValue(com.google.firebase.database.GenericTypeIndicator<T>)">getValue</a>(t: <a href="/docs/reference/kotlin/com/google/firebase/database/GenericTypeIndicator.html">GenericTypeIndicator</a><T!>): T!</pre>
<p>Due to the way that Java implements generics, it takes an extra step to get back a properly-typed Collection. So, in the case where you want a <code><a href="https://developer.android.com/reference/kotlin/java/util/List.html">java.util.List</a></code> of Message instances, you will need to do something like the following: </p>
<pre class="prettyprint"> GenericTypeIndicator<List<Message>> t = new GenericTypeIndicator<List<Message>>() {};
List<Message> messages = snapshot.getValue(t);
@@ -418,7 +418,7 @@
</thead>
<tbody class="list">
<tr>
- <td><code>T?</code></td>
+ <td><code>T!</code></td>
<td>
<p>A properly typed collection, populated with the data from this snapshot, or null if there is no data at this location.</p>
</td>
@@ -429,7 +429,7 @@
</div>
<div class="api-item"><a name="getValue-boolean-"></a><a name="getvalue"></a>
<h3 class="api-name" id="getValue(boolean)">getValue</h3>
- <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/database/DataSnapshot.html#getValue(boolean)">getValue</a>(useExportFormat: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>?</pre>
+ <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/database/DataSnapshot.html#getValue(boolean)">getValue</a>(useExportFormat: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>!</pre>
<p>getValue() returns the data contained in this snapshot as native types. The possible types returned are: </p>
<ul>
<li><code>Boolean</code></li>
@@ -475,7 +475,7 @@
</thead>
<tbody class="list">
<tr>
- <td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>?</code></td>
+ <td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>!</code></td>
<td>
<p>The data in native types, along with its priority, or null if there is no data at this location.</p>
</td>
@@ -486,7 +486,7 @@
</div>
<div class="api-item"><a name="getValue-java.lang.Class<T>-"></a><a name="getvalue"></a>
<h3 class="api-name" id="getValue(java.lang.Class<T>)">getValue</h3>
- <pre class="api-signature no-pretty-print">fun <T> <a href="/docs/reference/kotlin/com/google/firebase/database/DataSnapshot.html#getValue(java.lang.Class<T>)">getValue</a>(valueType: <a href="https://developer.android.com/reference/kotlin/java/lang/Class.html">Class</a><T!>): T?</pre>
+ <pre class="api-signature no-pretty-print">fun <T> <a href="/docs/reference/kotlin/com/google/firebase/database/DataSnapshot.html#getValue(java.lang.Class<T>)">getValue</a>(valueType: <a href="https://developer.android.com/reference/kotlin/java/lang/Class.html">Class</a><T!>): T!</pre>
<p>This method is used to marshall the data contained in this snapshot into a class of your choosing. The class must fit 2 simple constraints: </p>
<ol>
<li>The class must have a default constructor that takes no arguments </li>
@@ -557,7 +557,7 @@
</thead>
<tbody class="list">
<tr>
- <td><code>T?</code></td>
+ <td><code>T!</code></td>
<td>
<p>An instance of the class passed in, populated with the data from this snapshot, or null if there is no data at this location.</p>
</td> |
Size Report 1Affected Products
Test Logs |
Coverage Report 1Affected Products
Test Logs |
mrober
reviewed
May 23, 2023
firebase-perf/src/test/java/com/google/firebase/perf/FirebasePerformanceTest.java
Show resolved
Hide resolved
visumickey
force-pushed
the
firebase-sessions-perf-integration
branch
from
May 24, 2023 21:34
95457c3
to
85a3bbc
Compare
mrober
approved these changes
May 26, 2023
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.
No description provided.