question

Shubham Bhawsar avatar image
Shubham Bhawsar asked Jeffrey Blattman commented

How to use firebase crash analytics for clover?

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

Clover Android SDK
2 comments
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

darrank avatar image darrank commented ·

We use Firebase Crashlytics in our app and it works just fine.

1 Like 1 ·
Shubham Bhawsar avatar image Shubham Bhawsar darrank commented ·

I have a application for clover mini (I-generation) device

0 Likes 0 ·

1 Answer

·
Jeffrey Blattman avatar image
Jeffrey Blattman answered Jeffrey Blattman commented
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.

3 comments
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Shubham Bhawsar avatar image Shubham Bhawsar commented ·

Thank you, but do we have any other service to use for crash reports ?

0 Likes 0 ·
abhimkonnekt avatar image abhimkonnekt commented ·
hi , do you suggest any other logging solution such as splunk , logz?
0 Likes 0 ·
Jeffrey Blattman avatar image Jeffrey Blattman ♦♦ abhimkonnekt commented ·
I do not. We use a custom solution internally.
0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community