I am attempting to access and review the logs produced by my cloud functions. After reviewing the Firebase Documentation, I discovered a CLI command that allows us to accomplish this task:
firebase functions:log
This particular command displays all of the generated logs from our cloud functions. Is there a way for me to incorporate this command into another cloud function?