[Vuejs]-I'm trying to create an app using Framework-7 Vuejs. I want to make my user stay logged in even after exiting the app using Firebase

0πŸ‘

βœ…

I am using Vuex Persisted State package for such purposes. It is quite simple to add. Try it out.
With Vuex Persisted State your Vuex store will be stored in localStorage so the user won’t be logged out after exiting the app.

Leave a comment