itzpradip / react-native-firebase-social-app

393 stars 253 forks source link

HELPME PLEASURE #7

Open HoracioLopezCarvajal opened 2 years ago

HoracioLopezCarvajal commented 2 years ago

I wanna create a project coupon or deal app, can you please guide what type of service can I use in firebase..like store user information and the admin can add, delete coupons and category. I wanna connect both the admin and user app to firebase for the real-time update.

Thanks

vaibhavIndianic commented 2 years ago

There are many options available with firebase but for your listed requirement you can use firebase remote config, real-time database, cloud storage or firestore. Remote config is an easy tool that comes in handy when you have to make changes often like deleting, adding coupons and A/B testing an event. Use firestore or real-time database to store user data like geolocation, time of entry, etc. Hope it helps you.