You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"https://[my project id here].cloudfunctions.net/ext-image-processing-api-handler/process?operations=${jsonEncode(operations)}"
I didn't succeeded to write the equivalent call with Flutter Firebase Cloud Functions for Firebase client SDK. I tried variation of this snippet with no avail:
Given the working url:
"https://[my project id here].cloudfunctions.net/ext-image-processing-api-handler/process?operations=${jsonEncode(operations)}"
I didn't succeeded to write the equivalent call with Flutter Firebase Cloud Functions for Firebase client SDK. I tried variation of this snippet with no avail:
What is the way to call Image Processing API from Cloud Functions for Firebase client SDKs ?
The text was updated successfully, but these errors were encountered: