diff --git a/storage-resize-images/PREINSTALL.md b/storage-resize-images/PREINSTALL.md index ad9b0b20e..5a0638329 100644 --- a/storage-resize-images/PREINSTALL.md +++ b/storage-resize-images/PREINSTALL.md @@ -105,6 +105,13 @@ export const onImageResized = onCustomEventPublished( } ); ``` + +#### AI-powered image moderation with Genkit + +This extension uses the [Genkit SDK](https://genkit.dev/) to power AI-based content filtering for uploaded images. + +For more information about Genkit, visit the Genkit documentation at [genkit.dev](http://genkit.dev/). + #### Billing To install an extension, your project must be on the [Blaze (pay as you go) plan](https://firebase.google.com/pricing) diff --git a/storage-resize-images/README.md b/storage-resize-images/README.md index bfe76de91..f927bbda1 100644 --- a/storage-resize-images/README.md +++ b/storage-resize-images/README.md @@ -113,6 +113,13 @@ export const onImageResized = onCustomEventPublished( } ); ``` + +#### AI-powered image moderation with Genkit + +This extension uses the [Genkit SDK](https://genkit.dev/) to power AI-based content filtering for uploaded images. + +For more information about Genkit, visit the Genkit documentation at [genkit.dev](http://genkit.dev/). + #### Billing To install an extension, your project must be on the [Blaze (pay as you go) plan](https://firebase.google.com/pricing)