Skip to content

Does firebase/firestore reuse firebase/firestore/lite? #4385

Answered by Feiyang1
kossnocorp asked this question in Q&A
Discussion options

You must be logged in to vote

firebase/firestore and firebase/firestore/lite don't share code at runtime. One-time operations are implemented differently in them, where the ones in firebase/firestore support latency compensation and cache. So yes, if you import one-time operations from both entry points, you will download 2 implementations of them.

Replies: 2 comments 12 replies

Comment options

You must be logged in to vote
10 replies
@Feiyang1
Comment options

@schmidt-sebastian
Comment options

@kossnocorp
Comment options

@Feiyang1
Comment options

@kossnocorp
Comment options

Comment options

You must be logged in to vote
2 replies
@peterpeterparker
Comment options

@kossnocorp
Comment options

Answer selected by kossnocorp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants