First, I want to thanks everyone for your time.
I am a beginner on thunkable. I have created an app that allow users to register and input their profile and save those data into firebase database. I can successfully save and retrieve user profile when I login from that user’s account. My question is there a way to pull all users data under a master account (for example, an administrator account)? I can’t seems to find any solutions online or here?
I would also assume the UserAdmin has the required permission to read the Users bucket or node then all what you need to do is to use the Cloud variables to read the it.