Reputation: 3008
As the title suggests, how to manage the user state in Firebase authentication within an SSR Nuxt.js application? The following conditions should be met after a successful login:
Upvotes: 0
Views: 1862
Reputation: 3008
I was able to solve this problem by using the following:
Access to the code containing a working, running example of this scenario can be found in this GitHub repository.
I have also written a more detailed blog entry regarding all the important files used in the project.
Upvotes: 4