Can anyone help me? I’ve reached a dead end
How to get specific data from database in Firebase
data and display it dynamically on Dynamic Card view with Dynamic Label
I want to create a page for each type of advertisement in addition to transferring personal advertisements to the user’s favorites page. Is that possible?
As per your project what I understood is your app shows adevertisement with a set of user id and ad, first you need to associate user with the user id, then get value of the userid from fb, show ads. Whats problem with that?