I'm creating an IoT java project where I need to authorize with user credentials instead of a 'Service Account'. Is this possible with the firebase-server-sdk-3.0.0 project?
Asked
Active
Viewed 179 times
0
-
Will you be using the JVM client? https://www.firebase.com/docs/java-api/javadoc/ – Caio Iglesias Jun 09 '16 at 21:22
-
I am using the jvm client with a Service Account. I would like to use an individual's credentials – Greg Jun 12 '16 at 23:01
-
Please take a look at http://stackoverflow.com/a/37080175/190908 – Caio Iglesias Jun 27 '16 at 05:46