Skip to content

Conversation

gsiddh
Copy link
Contributor

@gsiddh gsiddh commented May 13, 2025

},
},
async ({ fcmToken, title, body }, { projectId }) => {
if (projectId === undefined) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't necessary. We have this check in the caller if requiresProject: true,

https://github.com/firebase/firebase-tools/blob/master/src/mcp/index.ts#L133

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

},
},
async ({ topic, title, body }, { projectId }) => {
if (projectId === undefined) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dito

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@gsiddh gsiddh merged commit 9d74532 into master May 14, 2025
80 of 81 checks passed
@github-project-automation github-project-automation bot moved this from Approved [PR] to Done in [Cloud] Extensions + Functions May 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants