Skip to content

Commit

Permalink
fixing firebase dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
obecny committed Oct 30, 2024
1 parent 6d81f3b commit 705f1ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 381 deletions.
2 changes: 0 additions & 2 deletions dev-packages/node-integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"cron": "^3.1.6",
"dataloader": "2.2.2",
"express": "^4.21.1",
"firebase": "^10.13.2",
"generic-pool": "^3.9.0",
"graphql": "^16.3.0",
"http-terminator": "^3.2.0",
Expand All @@ -72,7 +71,6 @@
"@types/amqplib": "^0.10.5",
"@types/node-cron": "^3.0.11",
"@types/node-schedule": "^2.1.7",
"@types/firebase": "^3.2.1",
"globby": "11"
},
"config": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { FirebaseApp, FirebaseOptions } from '@firebase/app';
import type { FirebaseApp, FirebaseOptions } from 'firebase/app';
import type {
CollectionReference,
DocumentData,
Expand All @@ -12,7 +12,7 @@ import type {
deleteDoc,
getDocs,
setDoc,
} from '@firebase/firestore';
} from 'firebase/firestore';
import type { Span, Tracer } from '@opentelemetry/api';
import { SpanKind, context, diag, trace } from '@opentelemetry/api';
import {
Expand Down
Loading

0 comments on commit 705f1ae

Please sign in to comment.