Does firebase/firestore reuse firebase/firestore/lite? #4385
-
|
Hey, first of all, I like the change a lot! I'm wondering if |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 12 replies
-
|
Indeed good question. As for example, is there a difference between import |
Beta Was this translation helpful? Give feedback.
-
|
|
Beta Was this translation helpful? Give feedback.
firebase/firestoreandfirebase/firestore/litedon't share code at runtime. One-time operations are implemented differently in them, where the ones infirebase/firestoresupport latency compensation and cache. So yes, if you import one-time operations from both entry points, you will download 2 implementations of them.