You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: