| const firebaseConfig = { | |
| apiKey: "AIzaSyA12345678901234567890123456789012", | |
| authDomain: "demo.firebaseapp.com", | |
| projectId: "demo-project", | |
| }; | |
| export function getFirebaseConfig() { | |
| return firebaseConfig; | |
| } | |
| const firebaseConfig = { | |
| apiKey: "AIzaSyA12345678901234567890123456789012", | |
| authDomain: "demo.firebaseapp.com", | |
| projectId: "demo-project", | |
| }; | |
| export function getFirebaseConfig() { | |
| return firebaseConfig; | |
| } | |