What I want to know first is, whether my Nuxt App is Stateful or Stateless?
Summary of my Nuxt App:
- Firebase Authentication is used for Login/Signup
- Firebase Firestore as database
- Node.js v12 for cloud functions
- Vuex is used for state management
Basically, there are two different user roles in my app.
I know that the app might be Stateful, still want confirmation.
The main question is, I want to deploy and host this app. I am already using Google Cloud Platform and want to know how can I do the job. I just want to know which services to use, and I will do the rest.
Also, tell me if I wrote something wrong.