I want to build a social media app

Hello amazing huuummmaan!
Please suggest me a tech stack.
I am familiar with JavaScript. I would love to use Firebase for backend purposes. I don’t want to learn Java or swift. So it can be a PWA.
Any suggestions about Flutter? React-Native?
Let’s not debate about flutter vs react.
You can suggest what you would use and why? Thanks a ton!

Firebase would be great for something like this, and I just heard that you can host your React app on your firebase stack. You would likely need to get comfortable with React, Redux, and then integrating firebase into your redux store.

I’m doing something similar for a multi-player card game. So events in my redux store are being pushed both from my local client, and from remote players actions on the firebase. Fun, robust, and pretty stable so far. :wink:

1 Like