Results 4 comments of Gabriel Dogaru

I have not tried to patch it, I tried to send high priority messages using different firebase admin methods, and that field was not populated.

if you have minSdkVersion > 21, you could try to add this to app/build.gradle ``` android{ ... packagingOptions { jniLibs.useLegacyPackaging = true } ... } ```

The version I managed to get working was 0.6.1. but that worked only randomly, haven't figured out why. The database was getting shut down after start, but the step was...

any ideas about the error I get?