Login with RFID solution

Hello,

can you recomend me any solution to login with RFID not with email. i need this make for APP solve the manufacturing solution in the production. that the workers can login.

Hi! A good solution is to build a small native app (like in React Native) that reads the RFID tag and opens your Bubble app inside a WebView. When a worker scans their RFID card, the app sends the tag directly to the WebView, where Bubble handles the login.

I can help you build this setup if you’d like to explore it further!

And is not any solution inside the bubble? because i want to also read a Barcode. and this is the same process.

How are you scanning the RFID?

If you already have hardware that can scan and pass the content, you can just pass the values to a Bubble input (you can set it to 1px by 1px to make it “invisible”) then just have a workflow for “when a value changes” and and pass the login credentials to the login action.

If you’re looking to use a mobile device’s reader, then you’re going to have to find or build a Bubble plugin to tap into the device NFC reader (note that browser access to mobile device NFCs is extremely limited and not supported in iOS). If yes to mobile device then this will be your best alternative.