We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76567b4 commit 005223cCopy full SHA for 005223c
firebase-functions/api.txt
@@ -85,7 +85,7 @@ package com.google.firebase.functions {
85
method public long getTimeout();
86
method public void setTimeout(long timeout, java.util.concurrent.TimeUnit units);
87
method public org.reactivestreams.Publisher<com.google.firebase.functions.StreamResponse> stream();
88
- method public org.reactivestreams.Publisher<com.google.firebase.functions.StreamResponse> stream(Object? data);
+ method public org.reactivestreams.Publisher<com.google.firebase.functions.StreamResponse> stream(Object? data = null);
89
method public com.google.firebase.functions.HttpsCallableReference withTimeout(long timeout, java.util.concurrent.TimeUnit units);
90
property public final long timeout;
91
}
0 commit comments