We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea2a69c commit 7c81ca1Copy full SHA for 7c81ca1
appengine-java8/endpoints-v2-backend/src/main/java/com/example/echo/Echo.java
@@ -47,7 +47,7 @@
47
name = "firebase",
48
issuer = "https://securetoken.google.com/YOUR-PROJECT-ID",
49
jwksUri =
50
- "https://www.googleapis.com/robot/v1/metadata/x509/securetoken@system"
+ "https://www.googleapis.com/service_accounts/v1/metadata/x509/securetoken@system"
51
+ ".gserviceaccount.com"
52
)
53
}
0 commit comments