Java-fcm icon indicating copy to clipboard operation
Java-fcm copied to clipboard

Server Side usage

Open objectorientedperson opened this issue 5 years ago • 2 comments

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.

objectorientedperson avatar Aug 09 '19 16:08 objectorientedperson

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?

tudor-pop avatar Aug 10 '19 14:08 tudor-pop

I'm using this library via Kotlin without Android. Works great, no need for an Android environment.

TooMuchRAM avatar Jan 25 '20 17:01 TooMuchRAM