Michel Parpaillon
Michel Parpaillon
I guess I'm missing something then  layout.module.ts:77 is just a lazy loaded route (see below)  EDIT:...
Thought my build was stuck but it was simply taking 3+ min to build in watch mode. Unusable DX. The /shared folder in my monorepo is quite big and I'm...
You should use "context.auth.uid" inside your callable function instead of a parameter though. Right now you have an exposed function which can give you any user auth token as long...
Idem
Me neither... But I'm using videojs 5 and this plugin seems to work with v4 only. So I guess that's the reason why I don't see any log
Hi @mickey, Is this planned ? VideoJS is already v5.8.5 Thanks
@cdhowie Actually it seems to work fine. Thx
Very useful thanks. I would probably deduce the type from the nodes though. Something like ```ts declare module 'himalaya' { export interface Attribute { key: string; value: string | null;...