Abdul Samad

Results 6 comments of Abdul Samad

> No I meant like Ability of App to Display Local Vids within the App and also play ofc Bro there are plenty of good and open source video players...

```ts // changing this const adminGuard = pipe( customClaims, map((claims) => claims.role === 'admin' || ['login']) ); // to this, fixes the issue for me const adminGuard = () =>...