Get uid of user from firebase database

I want to get the user uid of an authenticated user in app from the firebase database and use that in app. How can I do that with thunkablex? The main idea is to show the information of a user to another user. Information include: Name, Phone, Profile image url, location etc…

When you use the sign_in component for user authentication, it will return the uid of the user in the userid field upon successful authentication (and of course pass data to email and password when calling the SignIn, I just left them out out of laziness :wink: ):

45

1 Like