Skip to content

Commit cd535a3

Browse files
committed
docs(storage-resize-images): add genkit.dev reference to docs
1 parent a17bc14 commit cd535a3

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

storage-resize-images/PREINSTALL.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,13 @@ export const onImageResized = onCustomEventPublished(
105105
}
106106
);
107107
```
108+
109+
#### AI-powered image moderation with Genkit
110+
111+
This extension uses the [Genkit SDK](https://genkit.dev/) to power AI-based content filtering for uploaded images.
112+
113+
For more information about Genkit, visit the Genkit documentation at [genkit.dev](http://genkit.dev/).
114+
108115
#### Billing
109116
To install an extension, your project must be on the [Blaze (pay as you go) plan](https://firebase.google.com/pricing)
110117

storage-resize-images/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,13 @@ export const onImageResized = onCustomEventPublished(
113113
}
114114
);
115115
```
116+
117+
#### AI-powered image moderation with Genkit
118+
119+
This extension uses the [Genkit SDK](https://genkit.dev/) to power AI-based content filtering for uploaded images.
120+
121+
For more information about Genkit, visit the Genkit documentation at [genkit.dev](http://genkit.dev/).
122+
116123
#### Billing
117124
To install an extension, your project must be on the [Blaze (pay as you go) plan](https://firebase.google.com/pricing)
118125

0 commit comments

Comments
 (0)