File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff 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
109116To install an extension, your project must be on the [ Blaze (pay as you go) plan] ( https://firebase.google.com/pricing )
110117
Original file line number Diff line number Diff 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
117124To install an extension, your project must be on the [ Blaze (pay as you go) plan] ( https://firebase.google.com/pricing )
118125
You can’t perform that action at this time.
0 commit comments