Hey guys, I want to build a mobile app where users can exchange videos with each other (just one to one and not real time). Can you recommend me some technologies to consider? I have experience building simple apps with React Native and Expo.
My first guess is that I should use React Native WITHOUT Expo (because I heard that is more difficult but, somehow, better), Firebase Firestore as a database and something like WebRTC or Sockets for the video part.
Thanks much fellow indie hackers!
You can achieve your goals with those technologies, Firebase to manage authentication, mealtime messaging and WebRTC to handle video functionalities.
You will miss EXPO as Firebase and WebRTC package require native linking.
You can ping me emmbyiringiro@gmail.com then we can collaborate
Thanks Emmanuel, I'm writing u an email soon.