Hello, I am thinking of creating a new mobile app for which I need to choose a tech stack. Until now I have used the following for all my apps:
parse-server, mongodb on mlab.com, swift for iOS, JAVA for android, expressjs, angularjs, react, onesignal for push notifications, Facebook analytics for capturing events, mailgun for transactional emails, S3 for file hosting.
If you were to create a new app what would you build it with? I am ok to learn new tech to build the app.
EDIT: To give you more details about the app.
Thanks
If my intention is to be effective and move as fast as I can - I would choose what I already know (and probably like).
It really depends on what the app does, but for the basics I would be using
I agree with this depending on what you want to do with the app. Especially if you were to build a game or media app - although react native has some promising libraries.
Using serverless and/or AWS app sync are also good alternatives for Firebase. Just keep in mind how to transfer your data when you start to scale in costs (although this is probably only if you are building a huge consumer app or banking app)
Amplitude is also a good substitute for Mixpanel.
I like this answer. (and the one below). It really depends on what the app does, and it depends on the team building it.
If you already have a team that can do both Swift+Java (or Kotlin) then sweet, do it. If not, then go with something simple like React Native so you can get your work done across both platforms faster.
I'm also a big fan of Firebase for starting out.
I would take a look at Flutter (still in beta but seems to be growing in popularity rapidly). Can build for android and iOS with essentially one single codebase.
Thanks, flutter looks promising! I will explore it out.
Depending on how the marketplace app is going to be setup (are you looking to allow peer-to-peer payments?) than Stripe may not be what you need. I built a marketplace app recently similar to letgo and I initially thought Stripe would work out for peer-to-peer payments, long story short it didn't and I ended up implementing WePay instead. Just food for thought. As for the rest of my stack, I am using Firebase for pretty much everything (I would recommend checking out their Firestore db offering now, it offers querying capabilities and much more that weren't initially available with the Realtime Database). Also using Google App Engine with Node JS for Firebase Cloud Functions.
I would definitely build my app in Kotlin for Android or React Native if I really wanted to distribute on both platforms. I would use Firebase but after a bad experience with AppEngine I don't trust Google that much anymore and I'm not sure yet which other service to use.
Mixpanel is great for analytics.
Thanks for all the answers. Has anyone tried AWS mobile hub? Any pros/cons with it?
This comment was deleted 3 years ago