Skip to content

Commit 2a2acd1

Browse files
Update README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a1c2158 commit 2a2acd1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@ By following these steps, you'll be able to set up Judge0 for code submissions u
113113
-SDK config snippet should look like:
114114
const firebaseConfig = {
115115
apiKey: "AIzaSy....",
116-
authDomain: `your-app-name.firebaseapp.com`,
117-
projectId: `your-app-name`,
118-
storageBucket: `your-app-name.appspot.com`,
119-
messagingSenderId: `1234567890`,
120-
appId: `1:1234567890:web:abc123`
116+
authDomain: "your-app-name.firebaseapp.com",
117+
projectId: "your-app-name",
118+
storageBucket: "your-app-name.appspot.com",
119+
messagingSenderId: "1234567890",
120+
appId: "1:1234567890:web:abc123"
121121
};
122122

123123
5. After it's ready click on continue to proceed to the Firebase dashboard.

0 commit comments

Comments
 (0)