We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 804291a commit 400675dCopy full SHA for 400675d
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