I want to see text or images if Someone post it in live view , I have done everything regarding firebase db , now I just want to display it , please Someone help me
Hi Padhai,
Welcome to the
odular community!
Using the DataChanged block,

you can observe all changes in the database based on the ProjectBucket you’re pointing at.
So I think it’s very easy afterward to do what you’re asking for.
Maybe try to be a bit more specific about your request and what you want to achieve.
I am making an app that shown images, text and description whenever someone post an event , but after doing everything I am not able to figure how to show it in card view and that if someone post new event it should also be shown in live
Can you show your blocks what you’re doing?
Ok wait I’ll show to you the firebase db blocks , the forest one is screen 1 that sende form to firebase db , and the second one is where I want it to show
Will this app require live updates or loads on app open only?
No this app shows which events are happening for booking seats in it and a student can select his seat either free or paid events
It’s like event management app? So who will post events? User’s or admins?
Person who has given authority through main person , and then they can post events
Can you just show me how to show events pic with their title in home page , and should update live
If the updates need to be visible only when the app is open, I’ve already answered you.
If not, you’ll need to implement a background Task with iToo.
My problem is that if a person post events by solving a form , the form will be saved in firebase db and then that should be shown in card form in home page
I think gsheets can can fit your needs, firebase can run limitations fast since it will fetch data separately (I don’t know your approximate user’s) you can add notifications when an authorised person added a event, but you need to learn using Dynamic or Recyclerlist for designing your layout
From this guide you can learn alot of things

