Results 17 comments of Feiyang

blocked by https://github.com/ryanclark/karma-webpack/pull/512

It's a limitation on gtag.js which Firebase Analytics depends on and uses cookies to manage sessions and users. Electron has `document.cookies`, but It seems that it is implemented/accessed differently, and...

blocked by error `Error: Debug Failure. Unhandled SyntaxKind: EmptyStatement` when compiling Firestore

blocked by https://github.com/firebase/firebase-js-sdk/pull/3954

Any progress or plan on supporting this? I'm also very interested in being able to customize changelog generation, as I may want to only include a section of the commit...

We can fix every package except for `@firebase/database`. Fixing it for `@firebase/database` will bring https://github.com/firebase/firebase-admin-node/issues/614 back. I'm pondering if we should add `@firebase/app(-type)` back to `@firebase/database`'s peerDependencies as it also...

@octogonz When you have a moment, can you please take a look? Thanks!

@hiranya911 I believe you will get a warning that `Foo` is part of the public interface, but is not exported. Everything else(API report, documentation) should just work.

Is there any update on merging the PR? I can use npm pre- hook for now, but it doesn't execute when webpack rebuild the project on watch. This is a...