Skip to content

Tag: firebase

Vuejs display result after completion of async request

I am displaying the name of the current user after querying it from the firestore database like so: then after fetching the result it should be something like below: However it does not display the name after the result is fetched immediately,since it takes some time. I am only able to show it after I change …