Skip to content

Commit 400675d

Browse files
Updated import path.
1 parent 804291a commit 400675d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/firebase.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import admin, { ServiceAccount } from 'firebase-admin'
2-
import serviceAccount from './../../google-services.json' // Update with the path to your key
2+
import serviceAccount from '@/../google-services.json' // Update with the path to your key
33

44
if (!admin.apps.length) {
55
admin.initializeApp({

0 commit comments

Comments
 (0)