Skip to content

Commit 9b751b9

Browse files
lolskiJames Williams
andauthored
Add Firebase Admin Maven artifact (#500)
## What is the goal of this PR? Add `firebase-admin` Maven artifact for working with the Google Identity service as used by TypeDB Platform. ## What are the changes implemented in this PR? Add `firebase-admin` and update `google-auth-library-credentials` as well as `google-auth-library-oauth2-http`, to the version that is compatible with it. --------- Co-authored-by: James Williams <james.williams@vaticle.com>
1 parent cd00aa9 commit 9b751b9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

library/maven/artifacts.bzl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ artifacts = {
2929
"com.google.api.grpc:proto-google-common-protos" : "2.9.0",
3030
"com.google.api:gax": "1.64.0",
3131
"com.google.api:gax-grpc": "1.64.0",
32-
"com.google.auth:google-auth-library-credentials": "0.22.0",
33-
"com.google.auth:google-auth-library-oauth2-http" : "0.22.0",
32+
"com.google.auth:google-auth-library-credentials": "1.6.0",
33+
"com.google.auth:google-auth-library-oauth2-http" : "1.6.0",
3434
"com.google.auto.value:auto-value" : "1.9",
3535
"com.google.auto.value:auto-value-annotations" : "1.9",
3636
"com.google.cloud:google-cloud-secretmanager": "1.5.2",
@@ -40,6 +40,7 @@ artifacts = {
4040
"com.google.errorprone:error_prone_annotations": "2.9.0",
4141
"com.google.guava:failureaccess" : "1.0.1",
4242
"com.google.guava:guava": "30.1-jre",
43+
"com.google.firebase:firebase-admin": "9.1.1",
4344
"com.google.http-client:google-http-client": "1.34.2",
4445
"com.google.inject:guice": "4.2.2",
4546
"com.google.j2objc:j2objc-annotations" : "1.3",

0 commit comments

Comments
 (0)