Skip to content

Commit ff33e5e

Browse files
author
Muralidharan Ramasamy
committed
2.04 version
1 parent 8f38b8f commit ff33e5e

File tree

2 files changed

+30
-3
lines changed

2 files changed

+30
-3
lines changed

app/google-services.json

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
11
{
2-
3-
}
2+
"project_info": {
3+
"project_number": "101678953535",
4+
"project_id": "pnfpb-demo2",
5+
"storage_bucket": "pnfpb-demo2.fire.app"
6+
},
7+
"client": [
8+
{
9+
"client_info": {
10+
"mobilesdk_app_id": "1:101678953535:android:c6a3345345c7e3ddac6c9ca",
11+
"android_client_info": {
12+
"package_name": "com.pnfpb.demoapp2"
13+
}
14+
},
15+
"oauth_client": [],
16+
"api_key": [
17+
{
18+
"current_key": "AIzaSyAw3436346JKw76JSJjp5fmxgRHVG6Y"
19+
}
20+
],
21+
"services": {
22+
"appinvite_service": {
23+
"other_platform_oauth_client": []
24+
}
25+
}
26+
}
27+
],
28+
"configuration_version": "1"
29+
}

app/src/main/java/com/sample/pnfpbandroid/MainActivity.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ protected void onCreate(Bundle savedInstanceState) {
104104
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) {
105105
encryptedDataHolder = new EncryptedDataHolder(this);
106106
}
107-
encryptedDataHolder.setApiKey("<Your security key generated from PNFPB plugin under mobile app admin settings tab>");
107+
//Your security key generated from PNFPB plugin under mobile app admin settings tab
108+
encryptedDataHolder.setApiKey("4344353432343xfd");
108109

109110
mywebView=(WebView) findViewById(R.id.webview);
110111
progressBar = findViewById(R.id.progress);

0 commit comments

Comments
 (0)