We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d46e0f9 commit 28988ddCopy full SHA for 28988dd
src/lib/firebase.ts
@@ -1,5 +1,5 @@
1
import admin, { ServiceAccount } from 'firebase-admin'
2
-import serviceAccount from '@/../google-services.json' // Update with the path to your key
+import serviceAccount from './../../google-services.json' // Update with the path to your key
3
4
if (!admin.apps.length) {
5
admin.initializeApp({
0 commit comments