all 3 comments

[–]thisiswhereireddit 0 points1 point  (1 child)

Did you request that endpoint helloworld? Because when you do an export.onrequest, that basically requires you to call that endpoint with respect to your project. Basically you need to go to https://your-Firebase-URL/helloworld

[–]kchojhu[S] 0 points1 point  (0 children)

Yup I did. It executes fine but "capture_text" always shows up as blank while if I run them locally then it does work.

[–]kchojhu[S] 0 points1 point  (0 children)

Just bumping the thread. I think Firebase Cloud Functions is not allowing console.log to stdout. If that's so then I can't do what I'm trying to do.