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(
105
105
}
106
106
);
107
107
```
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
+
108
115
#### Billing
109
116
To install an extension, your project must be on the [ Blaze (pay as you go) plan] ( https://firebase.google.com/pricing )
110
117
Original file line number Diff line number Diff line change @@ -113,6 +113,13 @@ export const onImageResized = onCustomEventPublished(
113
113
}
114
114
);
115
115
```
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
+
116
123
#### Billing
117
124
To install an extension, your project must be on the [ Blaze (pay as you go) plan] ( https://firebase.google.com/pricing )
118
125
You can’t perform that action at this time.
0 commit comments