How to collect and verify fingerprint for a Vue3 Ionic 6 App - android-fingerprint-api

I am working on a time attendance system with Ionic6, Vue3 and Capacitor Js 3 for android deployment. I want to Authenticate staff on a tablet with Fingerprint, the issue is collecting fingerprints and authenticating the fingerprints stored in a SqlLite dB on my android app when they check-in. I haven't found a package to work this out. Any insights are appreciate.

Related

React Web app with a user login and headless CMS

So for an upcoming project I need to build a simple e-learning/training platform. As I am new to ReactJS I wanted to use that to build this web app. For this web app I want to use firebase for users to login and see the content and interact with it. Then I also need a CMS platform for the company to output data to the user.
I was curious what the best take would be for this project. Firstly build the base and user login and later on add the CMS or first the CMS and then the user login. Also looked at several headless CMS systems but not sure what would work best, especially with the firebase authentication.
Any help or directions would be great!

React-Native authentication and Cloud Firestore

I want to implement authentication to Cloud Firestore but dont know if I need to add Two Apps in the project settings of the project in Firebase or I just need one?
The main thing where I am totally confused is that the Cloud-Firestore docs say that I need to create a Web app in the Firebase Project, and on the other side I need an Android app in the same Firebase project for the authentication. So, how are those two communicating with each other, how my users are registered to one of the apps and given access to the other app?
You don't need to create two Firbase apps, you only need to create one Firbase app and link it to your Android App.
In the Firebase Console you have to + Add project.
In the project that you have create, under Get started by adding Firebase to your app you have to click on Android icon. This will create a Firebase Application for android.
There you will have to register the details of your Android Application. e.g. Android package name etc.
Then it will prompt you to download the JSON configuration file that you will have to include in your Android App.
After that you will have successfully linked your Firebase Project Application to your Android App
For more detailed explanation I advice you to follow the Add Firebase to your Android project documentation.

There is limit on google cloud projects and firebase projects?

I build websites, maybe 100 per year maybe more and I start to use Firebase and Google cloud for my hosting and as a backend but after some projects on blade for firebase I am not able to create new projects.
I make project quota to increase my projects but I don't have any response
My point is there is any alternative for hosting angular 2 apps with node.js
backend
There are lot more of hosting options available on google cloud than only firebase.
Google App Engine(Standard) is one of them. They even give you a predefined run time environment. If you want to use node.js in the background you just have to mention node as your runtime environment in the application configuration file.
Then there is Google App Engine(flexible)
If you want to create your own virtual machine and create your own servers you can choose Google Compute Engine

App developed in app engine not showing up on apps list

added a app developed in google appengine through apps->google apps->(+) add services using appid=>possible-sun-92516
application url :http://possible-sun-92516.appspot.com/
it is not showing in apps list or any were in google apps admin console.
Note it just a simple hello world application
and it is a 60 days trail account
Thank you.

How to build a native mobile app for a joomla site

I am about to build a mobile app using html5 with phonegap. So that i can easily install it on any platform. Android, Blackberry or ios.
I want this app to be able to perform CRUD - in close connection with my joomla site.
The Joomla site is already completed, its a social network. I need this app to be able to retrieve information such as profile pictures, messages e.t.c and then be able to upload pictures, send messages and use the geolocation api.
My question is i dont know how to make the app connect or communicate with my Joomla db.
Well i found the answer, just in case anyone needs it.
To build a mobile using Joomla as the server, what you need is
1. Jquery
2. Build an extension on your Joomla site
3. Using the jquery ajax methods + Joomla's native method to provide data in Json format, you can build an api to send and receive data from your mobile app to your joomla website.

Resources