Please someone help me for creating this login screen

How to enable fingerprint login and pin login to my app on startup? I mean when the app starts, first it should show the fingerprint and pin login screen. After successful login, it should show splash screen and rest of the screens.

You can when you open screen1 it will check if the tag you stored the value in is not empty…If it is empty the it will redirect you to the login screen else it will redirect you to the home screen for example…

1 Like

Soething like that:
blocks (71)

1 Like

Nice… But next time ask what they tried…
Giving solution directly is not good…
Let they learn…

2 Likes

I wrote that wrongly @Alapjeet :sweat_smile:…I was thinking he wants to know how to use fingerprint for login…But now i realized what he wants and updated my answer…

I actually want to know how to use fingerprint or pin for login

2 Likes

Then i was wrong when i thought i’m wrong :flushed:
Then see this:
You can use from the sensors the fingerprint sensor… You can see its documentation here:
https://docs.kodular.io/components/sensors/fingerprint/
Pin login can be achieved easily by a text box which you set it’s input type property to password or number password…And when the user sign in store his data in a local db like tiny db or mysql or any thing like that or in an online db like spreadsheets and firebase…Just try…

Also for the pin you can see here :

But its paid :moneybag:

1 Like