crashlytics
Here are 99 public repositories matching this topic...
-
Updated
Feb 11, 2020 - Java
This isn't listed in the Crashlytics usage, but I noticed there's a log function in Crashlytics.js. Can we use that to push logs (for either/both Android/iOS) for subsequent Crashlytics errors?
Currently, we're implementing [custom
Hi,
I couldn't figure out from the docs if this uses Cloud Firestore or Realtime Database: https://firebase.google.com/docs/firestore/rtdb-vs-firestore
Or does it support both?
It seems firestore is the recommended approach for new projects.
I think it would be useful to have the From field in onMessageReceivedCallback. The Java API for example does provide this: https://firebase.google.com/docs/reference/android/com/google/firebase/messaging/RemoteMessage#getFrom()
Use case is if you are subscribed to multiple topics you may want to handle it differently depending on the topic. Currently you have to send the topic name also in
-
Updated
Nov 15, 2019 - Swift
-
Updated
Mar 26, 2020 - Java
-
Updated
May 26, 2017 - Kotlin
-
Updated
Mar 21, 2019 - Kotlin
Fabric Roadmap
From fabric website, stated that Fabric Dashboard can be access until mid 2019. So if that happen, still we can use fabric plugin for Crashlytics on firebase?
I found the ReadMe.md file to be very confusing. Here are some of the issues with it:
- Fabric & Firebase instructions are intermingled. Consider having 2 separate installation sections. One for Fabric & one for Firebase
- What does this mean? Where does it go? Just run this in a terminal? "And apply the fabric plugin apply plugin: 'io.fabric'"
- Does this instruction apply to ALL of th
-
Updated
May 24, 2020 - Dart
-
Updated
Jun 4, 2020 - Kotlin
-
Updated
Apr 21, 2017 - Java
-
Updated
May 31, 2020 - Kotlin
-
Updated
Mar 12, 2017 - Objective-C
-
Updated
Dec 20, 2019 - Kotlin
-
Updated
May 25, 2018 - Java
-
Updated
Mar 30, 2017 - Ruby
-
Updated
Jul 7, 2017 - Java
-
Updated
Nov 27, 2019 - Objective-C
-
Updated
Jul 11, 2019 - Kotlin
App bundles shared by the users don't have the necessary resources for different devices.
com.android.vending and com.google.android.feedback were used to check if the app was downloaded from Play or not.
Play Store has deprecated the intent that is required.
Update the code.
main.MainActivity.verifyInstallerId() is the finction that uses it. There might be more cases of its us
-
Updated
Jun 3, 2018 - Objective-C
-
Updated
Dec 16, 2017 - Java
-
Updated
Apr 27, 2018 - Objective-C
Improve this page
Add a description, image, and links to the crashlytics topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the crashlytics topic, visit your repo's landing page and select "manage topics."
Documentation Feedback
How can I test the
messaging().onMessagemethod?I tried to issue the
SharedEventEmitter.emit ('messaging_message_received')event but was unsuccessful.Any workaround?