flutterfire
flutterfire copied to clipboard
🐛 [firebase_auth] Passkey support
Preview support for passkeys has been added to the web, Android and iOS SDKs. It would be great to get early support for it for Flutter.
Documentation (needs Google credentials): http://goto.google.com/gcip-passkey-user-guide
Web: https://github.com/firebase/firebase-js-sdk/tree/passkey
iOS: https://github.com/firebase/firebase-ios-sdk/tree/passkey
Android: (Not sure where the preview lives)
Related discussion: https://github.com/firebase/flutterfire/discussions/11398
Hi @cbenhagen, I don't think this has been officially released.
Yes it's still in preview and needs to be activated for your project first.
There's not much we can do until this is officially released in the native SDKs, as FlutterFire is just a wrapper around them. I'll keep this open to track the feature.