A base app with users based on Vue, Typescript, Quasar, Cypress, Vitest, Github Actions and Firebase Deploy after every commit on google firebase hosting at https://my-project-users-300618.web.app/ with the help of Github Actions
pnpm installpnpm run devpnpm run lintpnpm run build- create ssh keys https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent
- git config --global gpg.format ssh
- git config --global user.signingkey C:\Users\mario.ssh\id_XXXX.pub
- Add the .pub data to https://github.com/settings/keys as signing key
- Auto sign all commits
git config --global commit.gpgsign true
git config --global tag.gpgSign true- open the local dev tool's console, you’ll see: AppCheck debug token: "123a4567-b89c-12d3-e456-789012345678". In the App Check section of the Firebase console, choose Manage debug tokens from your app's overflow menu. Then, register the debug token in the previous step. https://firebase.google.com/docs/app-check/web/debug-provider#localhost