Hello! I am making a bubble app and had a question. I wont explain my whole app because it is kind of complicated, but here is the info you guys need: I am making a app where if the page is loaded, you make a database entry called ‘adminsOnline’ where the username = Current user’s name. And same for email and password(its unsafe i know, but i got it under control and its for a roleplay MDT, so it doesnt really matter). On the admin page you make accounts for other people. So you log in everytime. When you click on home, you dont want to be logged in on the account you just made, but on the one you loaded the page with. So i did: Log the user in and as email Do a search for and set value to adminOnline and than 's email. But how do i get the right account??
thanks!