Skip to content

Commit 8e46188

Browse files
committedFeb 12, 2017
Added screens
1 parent 5337404 commit 8e46188

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed
 

‎app/google-services.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
{
22
"project_info": {
3-
"project_number": "816066846065",
4-
"firebase_url": "https://crimsonexp-e639c.firebaseio.com",
5-
"project_id": "crimsonexp-e639c",
6-
"storage_bucket": "crimsonexp-e639c.appspot.com"
3+
"project_number": "964596539199",
4+
"firebase_url": "https://crimsonnew-33e2c.firebaseio.com",
5+
"project_id": "crimsonnew-33e2c",
6+
"storage_bucket": "crimsonnew-33e2c.appspot.com"
77
},
88
"client": [
99
{
1010
"client_info": {
11-
"mobilesdk_app_id": "1:816066846065:android:581d2222b412ce49",
11+
"mobilesdk_app_id": "1:964596539199:android:581d2222b412ce49",
1212
"android_client_info": {
1313
"package_name": "com.webianks.exp.crimson"
1414
}
1515
},
1616
"oauth_client": [
1717
{
18-
"client_id": "816066846065-uim54agfnr88ihorssju0qud5j7su3tn.apps.googleusercontent.com",
18+
"client_id": "964596539199-eomhb77a7hvqeno6u9dld1ap5ooa4ijt.apps.googleusercontent.com",
1919
"client_type": 1,
2020
"android_info": {
2121
"package_name": "com.webianks.exp.crimson",
2222
"certificate_hash": "141E1391EB6FB15A156B4619E45CC2E5A6A04242"
2323
}
2424
},
2525
{
26-
"client_id": "816066846065-sfv9b2lsdn0j1njfe5l0nai5d7qik9c9.apps.googleusercontent.com",
26+
"client_id": "964596539199-cj185acf3nplngc48ppi885u4h552fuj.apps.googleusercontent.com",
2727
"client_type": 3
2828
}
2929
],
3030
"api_key": [
3131
{
32-
"current_key": "AIzaSyBYGtnCrZoljeNI5tpBkslWv3Ur_h7LxAM"
32+
"current_key": "AIzaSyAoCcXRNE_r0s6vVDBIoG_B85p0ajZ9CR8"
3333
}
3434
],
3535
"services": {
@@ -40,7 +40,7 @@
4040
"status": 2,
4141
"other_platform_oauth_client": [
4242
{
43-
"client_id": "816066846065-sfv9b2lsdn0j1njfe5l0nai5d7qik9c9.apps.googleusercontent.com",
43+
"client_id": "964596539199-cj185acf3nplngc48ppi885u4h552fuj.apps.googleusercontent.com",
4444
"client_type": 3
4545
}
4646
]

‎app/src/main/java/com/webianks/exp/crimson/reports/SaveReports.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ private void uploadReport() {
349349

350350

351351
FirebaseStorage storage = FirebaseStorage.getInstance();
352-
StorageReference storageRef = storage.getReferenceFromUrl("gs://crimsonexp-e639c.appspot.com");
352+
StorageReference storageRef = storage.getReferenceFromUrl("gs://crimsonnew-33e2c.appspot.com");
353353

354354
final String uuid = UUID.randomUUID().toString();
355355

‎screens/screen_one.png

64.3 KB
Loading

‎screens/screen_two.png

826 KB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.