Skip to content

Commit

Permalink
Corrige projectId pour firebase
Browse files Browse the repository at this point in the history
  • Loading branch information
guillett committed Nov 18, 2024
1 parent 53880e6 commit 76dc24f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supabase/functions/_shared/messaging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { getMessaging, AndroidConfig } from "npm:firebase-admin/messaging";

const app = initializeApp({
credential: cert({
project_id: Deno.env.get("GOOGLE_APPLICATION_PROJECT_ID"),
projectId: Deno.env.get("GOOGLE_APPLICATION_PROJECT_ID"),
clientEmail: Deno.env.get("GOOGLE_APPLICATION_CLIENT_EMAIL"),
privateKey: Deno.env.get("GOOGLE_APPLICATION_PRIVATE_KEY"),
}),
Expand Down

0 comments on commit 76dc24f

Please # to comment.