Skip to content

feat(auth): add Firebase phone and email link passwordless authentica… #32

feat(auth): add Firebase phone and email link passwordless authentica…

feat(auth): add Firebase phone and email link passwordless authentica… #32

Triggered via push November 2, 2025 04:39
Status Failure
Total duration 40s
Artifacts

ci.yml

on: push
quality-gate
37s
quality-gate
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
quality-gate
Process completed with exit code 1.
quality-gate: components/auth/PhoneAuthExample.tsx#L104
Unsafe member access .target on an `any` value
quality-gate: components/auth/PhoneAuthExample.tsx#L104
Unsafe argument of type `any` assigned to a parameter of type `SetStateAction<string>`
quality-gate: components/auth/PhoneAuthExample.tsx#L75
Unsafe member access .target on an `any` value
quality-gate: components/auth/PhoneAuthExample.tsx#L75
Unsafe argument of type `any` assigned to a parameter of type `SetStateAction<string>`
quality-gate: components/auth/EmailLinkAuthExample.tsx#L140
Unsafe member access .target on an `any` value
quality-gate: components/auth/EmailLinkAuthExample.tsx#L140
Unsafe argument of type `any` assigned to a parameter of type `SetStateAction<string>`
quality-gate: components/auth/EmailLinkAuthExample.tsx#L98
Unsafe member access .target on an `any` value
quality-gate: components/auth/EmailLinkAuthExample.tsx#L98
Unsafe argument of type `any` assigned to a parameter of type `SetStateAction<string>`
quality-gate: components/auth/EmailLinkAuthExample.tsx#L26
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
quality-gate: components/auth/EmailLinkAuthExample.tsx#L28
React Hook useEffect has a missing dependency: 'handleCompleteSignIn'. Either include it or remove the dependency array