[Cloud Function] add toString to HttpsCallableResult #7196
Unanswered
bernaferrari
asked this question in
Feature request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently in Cloud Functions,
httpsCallable('something).call().then((value) { print(value) });
is going to printHttpsCallableResult
. My suggestion is that it printsHttpsCallableResult { data: ... }
.Beta Was this translation helpful? Give feedback.
All reactions