DEV Community

Discussion on: To the Stars with Quasar & Firebase - User Profile

 
adamkpurdy profile image
Adam Purdy

No problem!

Pass it from the client app via the API call by retrieving it from the currentUser that is loaded in your page from your Vuex getter.
Profile

You can extract out the uid from that currentUser object and then when you make your API call to your node server include it in your payload.

If this still doesn't make sense it's best if you reach out to me on Discord (Adam P(EN/US)) as you might need clarification on working with the data flow.

Thread Thread
 
djsilvestri profile image
David

Sounds good! Would you mind adding me as a friend? djsilvestri#5594