[google-appengine] Re: Initializing Firebase Admin in App Engine standard Java

2018-01-12 Thread Zeyad Almajed
and How do I check that? I'm looking for a solution. On Tuesday, January 9, 2018 at 4:45:50 AM UTC+3, George (Cloud Platform Support) wrote: > > Have you checked if the dependency of Guava 19.0 is still there? The > proposed code needs to be adapted to your particular situation. > -- You rec

[google-appengine] Re: Initializing Firebase Admin in App Engine standard Java

2018-01-08 Thread Zeyad Almajed
it does not work, the same exception On Saturday, January 6, 2018 at 6:37:38 AM UTC+3, George (Cloud Platform Support) wrote: > > You are right about the two different versions of Guava that appear in the > project class path. The Admin SDK imports Guava 20.0, and one of his > dependencies (okh

[google-appengine] Re: Initializing Firebase Admin in App Engine standard Java

2018-01-03 Thread Zeyad Almajed
I Only use Firebase Auth, so no need to use database, however I've added it just in case It doesn't work, I tried to use the following: "compile 'com.google.firebase:firebase-admin:5.6.0'" and "compile ('com.google.firebase:firebase-admin:5.6.0') { exclude group: 'com.google.guava' } compil

[google-appengine] Initializing Firebase Admin in App Engine standard Java

2018-01-02 Thread Zeyad Almajed
up vote2down votefavorite 2 I'm trying to use Firebase Auth in App engine standard Java to verify tokens from Android. However, when I try to initialize Firebase admin, I get an Exception.