Skip to content

Commit 5d8585b

Browse files
committed
firebase api key fix
1 parent f0fb80c commit 5d8585b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/firebase.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { getAuth } from "firebase/auth";
33
import { getStorage } from "firebase/storage";
44

55
const firebaseConfig = {
6-
apiKey: process.env.REACT_APP_FIREBASE_API_KEY,
6+
apiKey: `${process.env.REACT_APP_FIREBASE_API_KEY}`,
77
authDomain: "tomateto-dc4e9.firebaseapp.com",
88
projectId: "tomateto-dc4e9",
99
storageBucket: "tomateto-dc4e9.appspot.com",

0 commit comments

Comments
 (0)