Skip to content

Commit

Permalink
Fix missing quote typo in code sample (#3272)
Browse files Browse the repository at this point in the history
  • Loading branch information
khattakdev authored May 18, 2023
1 parent 00ed588 commit 1aa37e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/en/guides/backend/google-firebase.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const firebaseConfig = {
apiKey: "my-public-api-key",
authDomain: "my-auth-domain",
projectId: "my-project-id",
storageBucket: "my-storage-bucket,
storageBucket: "my-storage-bucket",
messagingSenderId: "my-sender-id",
appId: "my-app-id",
};
Expand Down

0 comments on commit 1aa37e7

Please sign in to comment.