fingerprint face id
npm run install
npm install --save @capacitor/core @capacitor/cli
npx cap init
npx cap add android (if error message "index.html" doesn't exist in www, create empty index.html in www folder)
npm run build
npx cap copy
npx cap open android (or ios)