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 449bae1 commit ad81955Copy full SHA for ad81955
.gitignore
@@ -1,5 +1,5 @@
1
dev.json
2
-serviceAccount.json
+bk.json
3
aquilafcm
4
curl.sh
5
deploy.sh
config/serviceAccount.json
@@ -0,0 +1,13 @@
+{
+ "type": "service_account",
+ "project_id": "",
+ "private_key_id": "",
+ "private_key": "",
6
+ "client_email": "",
7
+ "client_id": "",
8
+ "auth_uri": "",
9
+ "token_uri": "",
10
+ "auth_provider_x509_cert_url": "",
11
+ "client_x509_cert_url": "",
12
+ "universe_domain": "googleapis.com"
13
+}
0 commit comments