Skip to content

Commit

Permalink
no need for firebase plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelgj committed Jul 14, 2024
1 parent 2794775 commit 4573f9b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/test_js_app/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import { generate } from '@genkit-ai/ai';
import { defineModel } from '@genkit-ai/ai/model';
import { configureGenkit } from '@genkit-ai/core';
import { firebase } from '@genkit-ai/firebase';
import { defineFlow } from '@genkit-ai/flow';
import * as z from 'zod';

Expand Down Expand Up @@ -51,9 +50,7 @@ defineModel(
);

export default configureGenkit({
plugins: [firebase()],
flowStateStore: 'firebase',
traceStore: 'firebase',
plugins: [],
enableTracingAndMetrics: true,
logLevel: 'debug',
});
Expand Down

0 comments on commit 4573f9b

Please sign in to comment.