-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin update issue #671
Comments
It appears this plugin has issues installing on slow networks due to the large plugin size as you mentioned. The plugin has to include the Firebase iOS SDK, causing the plugin download size to balloon up to over 100 MB. An alternative is to install the Firebase iOS SDK via CocoaPods, but I'm not sure how that will affect other users. I'm open to switching to use CocoaPods, but not sure if there are any issues that might arise. Hopefully the community can chime in on #672 for more info. |
this will be fixed with #672. Until then, just try to reinstall until it works. |
I am also facing this issue. I am waiting since 2 hours but installation is still not completed. :( |
when i try to update this plugin to 1.0.3 i faced some difficulties.
When i run
cordova plugin add cordova-plugin-firebase
it take too long time and the plugin is not installedbut if i run
cordova plugin add [some_plugin]
it work fineby checking i try to download the
.zip
file of the plugin from the repository and i found that it's around 126 MBit's so strange, am i wrong doing some thing or it's the plugin new size
please help
thank for your help and i'm sorry for my english
The text was updated successfully, but these errors were encountered: