firebase-3-typescript
firebase-3-typescript copied to clipboard
Fix noImplicitAny error
enableLogging
has an implicit return of any
. Typing as void
allows the type definition to be used with the --noImplicitAny
flag.