Winson Tan

Results 21 comments of Winson Tan

This project is no longer maintained. You can copy source codes to your own project and modify for free. You may try debug the output in Log.e

Currently not supporting gradle import. Suggest you copy the source into your project as it is just few files only

Thanks for the reporting and suggestions, I may consider to update following when i am free -support material design and custom dialog -option force to check version

You can handle this yourself if you are targeting user who does not have google play services. You can use versionManager.setUpdateUrl("http://your_app_url"); before calling checkVersion() ``` if(!isGooglePlayServicesAvailable()){ versionManager.setUpdateUrl("http://your_app_url"); } versionManager.checkVersion(); ```...

I no longer maintain this project. You are welcome to checkout the codes and modify and use it as your own codes. The codes behind are quite simple and not...

I know is hard to reproduce the crash but I can help to verify if the crash resolved in production once the I applied the fixes in my app.

@argzdev I also encounter the same issue with this. For our case, the image is uploaded via the Firebase in-app messaging dashboard, the image url link is under domain "...firebasestorage.googleapis.com...."...

> Upon further investigation, this issue might be fixed with #5504. I'll reach out to our engineers and see if this is a plausible fix for this. @argzdev thanks for...

@argzdev just to update to prevent ticket auto closed, did the fixes in the targeted release last week?

@argzdev I am using com.google.firebase:firebase-bom:32.0.0 how can i checkout this version from this repo?