From cd535a33fce3adc8d277cf23be16ad3c0ea5cb2d Mon Sep 17 00:00:00 2001 From: HassanBahati Date: Tue, 15 Jul 2025 17:48:53 +0300 Subject: [PATCH] docs(storage-resize-images): add genkit.dev reference to docs --- storage-resize-images/PREINSTALL.md | 7 +++++++ storage-resize-images/README.md | 7 +++++++ 2 files changed, 14 insertions(+) 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)