Hi, I planned to build mobile app for product recommendations, Average monthly traffice is 10K/permonth.
App contains
1.User Login ,2.Product Images,
3. user Reviews
Any suggestions ?
Thanks in Advance
Hi, I planned to build mobile app for product recommendations, Average monthly traffice is 10K/permonth.
App contains
1.User Login ,2.Product Images,
3. user Reviews
Any suggestions ?
Thanks in Advance
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Tuhin PaulPosted Mar 31, 2023, 2:56 AM
Firebase can be a suitable choice for a medium-scale user application, as it provides various features and services for app development, such as authentication, cloud storage, and real-time database. It can also handle a moderate amount of traffic, so it should be able to handle your 10k monthly visitors without any issues.
Here are the sections/modules where you can use Firebase -
1. Firebase Authentication can help you easily add authentication and user management to your app. You can choose from various sign-in methods, such as email/password, Google, Facebook, and more.
2. You can store your product images in Firebase Cloud Storage, which provides secure and scalable cloud storage for your app. You can also use Firebase Functions to resize and optimize your images for different screen sizes and resolutions.
3. Firebase Realtime Database can be used to store and retrieve user reviews in real-time. You can also use Firebase Cloud Functions to send notifications to users when a new review is added.
Let me know if you are looking for some code implementation.
Aravind GovindarajPosted Nov 15, 2022, 2:22 PM
I don't think any issue, since firebase has great capability. Meanwhile, see if the below link helps you.
https://medium.com/firebase-developers/what-is-firebase-the-complete-story-abridged-bcc730c5f2c0