gavinsawyer
gavinsawyer
[FirebaseWebAuthn](https://github.com/gavinsawyer/firebase-web-authn) is a Firebase extension for authentication with WebAuthn passkeys. [@firebase-web-authn/extension](https://github.com/gavinsawyer/firebase-web-authn/blob/main/libs/extension) conforms to the Firebase Extensions spec. If you know a way to install it from the source code, you...
^ Update on this, sorry if y'all don't appreciate the notifications: I just dropped [@firebase-web-authn/[email protected]](https://github.com/gavinsawyer/firebase-web-authn/tree/main/libs/extension) which is actually installable! There's no documentation for this, but I found out that you...
> In case you are looking for a solution which works in both **web and mobile**, please check out our extension [Justpass.me](https://github.com/justpass-me/justpass-me-firebase-ext) > > It is simple, secure (OpenID and...
> AFAIK it's not feasible to implement passkeys directly on firebase functions for mobile apps because the mobile sdks for iOS and android require to establish domain association between the...
Working in @angular/[email protected] & [email protected]: 1. Add this auth step before your deploy command using the secret generated by `% firebase init hosting:github`; use the output for the FIREBASE_TOKEN env...
Hi Juri, Are you compiling to react native? I'm using SimpleWebAuthn, which does what the name implies but only has support for the browser.
I think this is an issue contained in SimpleWebAuthn. This isn't a function FirebaseWebAuthn imports or anything so I'm not sure what I can do besides stop depending on it...
Hi Juri, could you try the latest version? I worked on the build system and it might be more agreeable with your environment now. There is no `type: "module"` in...
The expected origin is specified strictly as `"https://" + callableContext.rawRequest.hostname`, which I recognize makes it impossible to test on localhost. This is hardcoded in a few lines of [getFirebaseWebAuthnApi.ts](https://github.com/gavinsawyer/firebase-web-authn/blob/2d3488456e66c1853fde37321f1757f3732e9c0f/libs/api/src/lib/getFirebaseWebAuthnApi.ts). The...