I'm new with Java and Android apps, that's why my questions might look strange, but...
I've migrated my application from Firebase to MongoDB, that's why I'm thinking about replacing Crashlytics with something else.
Here I have a few questions:
Is it possible to continue using Crashlytics with MongoDB (without Firebase)? Btw, currently, I'm writing into DB via API calls.
Are there any analogues which might replace Crashlytics (again, without Firebase)?
I was trying to find any solution to how it might be integrated with Mongo (or without Firebase), but all topics about Crashlytics are related to Firebase.