firebase / quickstart-java

Quickstart samples for Firebase Java Admin SDK
Apache License 2.0
233 stars 143 forks source link

Guava compatibility #11

Open Solido opened 7 years ago

Solido commented 7 years ago

Just a quick question about the compatibility of the lib with the latest version of Google Guava which led me to some problems when I updated my project to the last one 21.0. A gradle dependencies display an old version required for Firebase. com.google.guava:guava-jdk5:17.0

Also I'm really interested in the Firebase SDK to handle the users management. Do you have any plan to reach NodeJS compatibility ?

Regards to the team