Skip to content

Commit

Permalink
feat: add support for Vertex AI in the install command (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyokone committed May 20, 2024
1 parent b6aaabe commit 5204706
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/flutterfire_cli/lib/src/commands/install.dart
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ enum FlutterFirePlugins {
),
performance(name: 'firebase_performance', displayName: 'Performance'),
remoteConfig(name: 'firebase_remote_config', displayName: 'Remote Config'),
storage(name: 'firebase_storage', displayName: 'Storage');
storage(name: 'firebase_storage', displayName: 'Storage'),
vertexAi(name: 'firebase_vertexai', displayName: 'Vertex AI');

const FlutterFirePlugins({required this.name, required this.displayName});

Expand Down

0 comments on commit 5204706

Please sign in to comment.