Created
June 15, 2020 15:33
-
-
Save Ikhiloya/eda6a397fa78a345702f3d2589dd3021 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "", | |
"project_id": "", | |
"private_key_id": "", | |
"private_key": "", | |
"client_email": "", | |
"client_id": "", | |
"auth_uri": "", | |
"token_uri": "", | |
"auth_provider_x509_cert_url": "", | |
"client_x509_cert_url": "" | |
} | |
FrankDupree
commented
Jun 15, 2020
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.8</version>
</dependency>
</dependencies>
Thanks @FrankDupree. I'll implement it and let you know the outcome.
Thanks @FrankDupree.It's working fine now.
I converted the json string to inputstream using Apache commons IOUtils:
IOUtils.toInputStream(json)
then passed it unto the Firebase Storage initialization code.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment