0

I would like to integrate FCM push messaging service using eclipse. Somehow I'm not able to use Android studio. I found plenty of answers but all these are not solid answer. Mostly answered with "Use Android Studio" that's not appropriate answer for question.

see related:

Not getting notification using Firebase in Eclipse

Unable to find obfuscated Firebase class in Eclipse

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

Currently I managed those two jar from firebase (iid & messaging) inside libs but no idea how to config "google-services.json" inside eclipse.

I raise this question cause there is not solid and complete answer for this. So please don't mark this duplicate humble request. I know this is big challenge for who stopped using eclipse since Android Studio arrived.

Community
  • 1
  • 1
  • There is google services plugin for Eclipse (afaik). Instead you can initialize the FirebaseApp in your code as described here: http://stackoverflow.com/questions/37634767/how-to-connect-to-more-than-one-firebase-database-from-an-android-app/37643374#37643374 – Frank van Puffelen Sep 08 '16 at 16:36
  • I think the real question here is why does Android Studio not work for you? There is no reason it shouldn't work. Eclipse is not supported anymore. That's why do many things don't work with Eclipse. Android Studio replaced Eclipse a few years ago now, switching is your only option. – Xaver Kapeller Sep 08 '16 at 16:37
  • AS working for me but somehow I don't want to use AS anyway thanks @XaverKapeller – Ashish Sahu Sep 08 '16 at 16:40
  • Frank's answer is the simplest. If that doesn't work for you, maybe take a look at this approach: http://stackoverflow.com/a/39283789/4815718. It worked for me, but the user who tried it never confirmed it worked for him. – Bob Snyder Sep 08 '16 at 16:45
  • Hi @FrankvanPuffelen can you elaborate. Where should I need to place these values in "res" another question problem is with this line --android:authorities="${applicationId}.firebaseinitprovider" – Ashish Sahu Sep 09 '16 at 04:15
  • Read the answer I linked in my first comment. The values are in code there. – Frank van Puffelen Sep 09 '16 at 04:16
  • I don't get it actually can you show me small sample it will be great. I really stuck at this please help. – Ashish Sahu Sep 09 '16 at 04:17
  • Hi @FrankvanPuffelen can you please provide the sample code for fcm implementation in eclipse. I have followed your all posts but not working. please help me. – karthik Sep 09 '16 at 08:00

0 Answers0