Java-fcm
Java-fcm copied to clipboard
Server Side usage
This library cannot be used in server side, since it has Retrofit library for Http requests. And Retrofit uses native android.os.Handler class, which required Android SDK. I think this should be updated.
I'm not sure I understand because on the retrofit website says "Retrofit is a REST Client for Java and Android" and it also works without issues when doing a simple test. Have you tried it and it complained about missing android.os.Handler?
I'm using this library via Kotlin without Android. Works great, no need for an Android environment.