firebase functions:log --only sendWelcomeEmail

Category: Firebase & Firestore

firebase functions:log --only sendWelcomeEmail

Read logs for a single function

Shows only the log lines produced by the sendWelcomeEmail function, cutting through noise from other functions. The --only flag takes a comma-separated list of function names. Combine with -n to cap how many lines are fetched. Related: firebase functions:list shows all deployed function names.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.