Please i need a help

hello , my name is Mudrat am new to glide , i was building a simple app , users can make a booking to a specific given categories , but later i want to display to users their booking , but what am facing when i give a source to my booking page that should be booking source ,it display all users booking while it should display current user booking created by him\her , so if please you get to know how to set condition to display booking created by current user only , or a relation from the data ! please am open for assistance

Hi @Mudrat - you should use Row owners for this! This way, users will see the bookings associated to their emails only.

There are another ways you can do this, such as “email/User ID equals current user personal email/User ID”, or a table from a relation column.

I would recommend taking a look at relations, row owners and filters from Glide documentation. They should be helpful.

Thanks bro , lemme have a look on how this work !

1 Like