How to disable used pin

Hi, I wanna make user access my app with a pin code and once it’s entered, the pin can’t be used anymore by others. Is there any way I can do this?

If I need to use Firebase, can anyone teach me how to do it?

1 Like

Whenever your app issues a PIN for a user store it in a database ( Firebase, Airtable, Google sheet) and alway check new PIN against this table of already used PIN(s).

Hi @muneer ! thanks for reply:) so there isn’t any automatic function that disables users reusing used PIN?

1 Like

No, there is not. You will not find such automatic function in any development platform for general apps.