How to use firebase crash analytics for clover? it needs to upgrade application to Androidx when i upgraded it to Androidx other needed options are not supporting. Is there any option to use it , or any supplement of it
How to use firebase crash analytics for clover? it needs to upgrade application to Androidx when i upgraded it to Androidx other needed options are not supporting. Is there any option to use it , or any supplement of it
I have a application for clover mini (I-generation) device
higher sdk version for Androidx
I'm not sure AndroidX has any API level requirement. We use it in all of our apps down to API level 17.
In general Firebase services require Google Play Services, which are not present on Clover devices. It appears that some Firebase services do not have hard dependencies on GPS and will work without it, but if you look at their docs, they do not make any assertions about this so it's not guaranteed to be the case going forward.
IMHO you should not use Firebase on Clover devices unless you can find documentation that asserts it does and will not depend on GPS.
Thank you, but do we have any other service to use for crash reports ?
4 People are following this question.