How can I use Firebase cloud message in an eclipse project?

后端 未结 5 1422
有刺的猬
有刺的猬 2020-12-01 13:24

I have a project in eclipse. I need include firebase library. If I was using Android Studio the steps would simply be:

And its all, all library include.

5条回答
  •  庸人自扰
    2020-12-01 14:13

    Old code is working no need to change code in firebase only change is in server code you have to use Web API Key from firebase project and Sender ID as per old code style. and you have to replace gcm url in web script - https://fcm.googleapis.com/fcm/send

    No Requirement of firebase library...

提交回复
热议问题