Skip to content

Commit

Permalink
fix: firebase project name
Browse files Browse the repository at this point in the history
  • Loading branch information
yuta-ike committed Nov 18, 2023
1 parent d928def commit 9b36c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/firebase/dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { getFirestore } from "firebase/firestore"

import { devConfig } from "./config"

export const devApp = initializeApp(devConfig)
export const devApp = initializeApp(devConfig, "dev")

export const devDb = getFirestore(devApp)

0 comments on commit 9b36c05

Please sign in to comment.