✨
One quick setup
You need a free Firebase project so both of you can see the wishlist in realtime.
Takes about 5 minutes — here's exactly what to do:
1
Create a Firebase project
Go to console.firebase.google.com → Add project → give it any name → continue through the steps.
2
Add a web app
In your project, click the </> icon → register app (any nickname) →
copy the firebaseConfig object that appears.
3
Enable Firestore
Sidebar → Build → Firestore Database → Create database → Start in test mode → choose any region.
4
Paste your config into this file
Open index.html and replace the FIREBASE_CONFIG object near the top of the <script> with your values:
const FIREBASE_CONFIG = {
apiKey: "AIza...",
authDomain: "your-app.firebaseapp.com",
projectId: "your-app",
storageBucket: "your-app.appspot.com",
messagingSenderId: "123456789",
appId: "1:123:web:abc"
};
After saving the file, reload the page and the setup screen will disappear. Then share the URL with your girlfriend! 💜