Skip to content

Commit 76567b4

Browse files
Add annotation @jvmoverloads to stream method on HttpsCallableReference.
1 parent b74c68c commit 76567b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

firebase-functions/src/main/java/com/google/firebase/functions/HttpsCallableReference.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ public class HttpsCallableReference {
164164
*
165165
* @see FirebaseFunctionsException
166166
*/
167+
@JvmOverloads
167168
public fun stream(data: Any? = null): Publisher<StreamResponse> {
168169
return if (name != null) {
169170
functionsClient.stream(name, data, options)

0 commit comments

Comments
 (0)