Replies: 1 comment 3 replies
-
Yes, those pods are required. The only dependency that the plugin needs (excluding Capacitor) is FirebaseFirestore . I haven't looked at the bundle size yet. But even if the bundle size is big, the advantages outweigh the disadvantages for me.
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After replacing
@angular/fire
with@capacitor-firebase/firestore
, build and sync my app, I noticed more than 1k lines of pod added.notably
abseil
,BoringSSL-GRPC
,gRPC-Core
,leveldb-library
&Libuv-gRPC
.I understand the plugin is still on dev according to its versioning. What I want to know is if those PODs are required for the plugin to work and what would be the implication in terms of bundle size
Beta Was this translation helpful? Give feedback.
All reactions