Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in README.md for storage-resize-images extension #2089

Open
al-the-x opened this issue May 8, 2024 · 0 comments
Open

Typo in README.md for storage-resize-images extension #2089

al-the-x opened this issue May 8, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation extension: storage-resize-images Related to storage-resize-images extension

Comments

@al-the-x
Copy link

al-the-x commented May 8, 2024

There's a typo in the README.md for the storage-resize-images:

### Example Event Handler for Successful Resize Operation
```typescript
import * as functions from 'firebase-functions';
import { onCustomEventPublished } from 'firebase-functions/v2/eventarc';
export const onImageResized = onCustomEventPublished(
"firebase.extensions.storage-resize-images.v1.onSuccess",
(event) => {
functions.logger.info("Resize Image is successful", event);
// Additional operations based on the event data can be performed here
return Promise.resolve();
}
);

The code block is missing a closing code-fence, so the rest of the document is rendered as code instead of as Markdown HTML.

@pr-Mais pr-Mais added documentation Improvements or additions to documentation extension: storage-resize-images Related to storage-resize-images extension labels Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation extension: storage-resize-images Related to storage-resize-images extension
Projects
None yet
Development

No branches or pull requests

2 participants