How to pull data under different users

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?

Thanks,

Cindy

1 Like

The simple answer is YES.

Let’s assume your Firebase structure is as follows:

- AppName
        |
        |-- Users
              |-- User1
              |-- User2
              |-- UserAdmin

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.

image

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.