You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @nosizejosh Thanks for your interest in the starter kit, and I'm glad you were able to get the user profile. The best way I think you'd be able to do it is by creating a global store with something like Pinia(refer SSR guide) or just use good `ol context Provide/Inject pattern. There's a great discussion going here on global store pattern.
I'll try to give the global store pattern some thought, and will add an example once the time allows.
hello @one-aalam,
I have now been able to get user profile and want to merge that and have it globally accessible, any help on how to achieve that?
The text was updated successfully, but these errors were encountered: