We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0fb80c commit 5d8585bCopy full SHA for 5d8585b
src/firebase.ts
@@ -3,7 +3,7 @@ import { getAuth } from "firebase/auth";
3
import { getStorage } from "firebase/storage";
4
5
const firebaseConfig = {
6
- apiKey: process.env.REACT_APP_FIREBASE_API_KEY,
+ apiKey: `${process.env.REACT_APP_FIREBASE_API_KEY}`,
7
authDomain: "tomateto-dc4e9.firebaseapp.com",
8
projectId: "tomateto-dc4e9",
9
storageBucket: "tomateto-dc4e9.appspot.com",
0 commit comments