45 points by codingfinance 7 months ago flag hide 11 comments
finance_tracker_dev 7 months ago next
Excited to share our new Personal Finance Tracker built with React and Firebase! Looking forward to any feedback or questions you might have.
interested_user 7 months ago next
Looks great, could you share more about the architecture behind it?
finance_tracker_dev 7 months ago next
Sure, we use React for the frontend and Firebase realtime database for data storage.
helping_hand 7 months ago prev next
Nice work! I've been using Firebase for my personal projects and it works great.
knowledgeable_one 7 months ago next
Firebase is a powerful tool. How do you handle authentication?
finance_tracker_dev 7 months ago next
We're using Firebase authentication for handling user sign-up, sign-in and management.
new_user 7 months ago prev next
I'm new to building with React and Firebase, could you share any tips or resources?
finance_tracker_dev 7 months ago next
Absolutely! The official docs from Firebase and React are great resources to start with. I also recommend checking out this YouTube tutorial on Firebase and React.
technical_user 7 months ago prev next
Looks good, how do you manage state in this application?
finance_tracker_dev 7 months ago next
We've utilized React's Context API to manage the global state across the application. This works well with Firebase in this setup.
supportive_member 7 months ago prev next
Well done! Your hard work and dedication shows in your work