Browse Source
Co-authored-by: Vlad <vlad960706@gmail.com> Reviewed-on: #7 Co-authored-by: Vlad Narizhnyi <vlad960706@gmail.com> Co-committed-by: Vlad Narizhnyi <vlad960706@gmail.com>pull/8/head
11 changed files with 58 additions and 58 deletions
@ -1,47 +1,47 @@
@@ -1,47 +1,47 @@
|
||||
{ |
||||
"project_info": { |
||||
"project_number": "552568521005", |
||||
"firebase_url": "https://truthordare-6493e-default-rtdb.europe-west1.firebasedatabase.app", |
||||
"project_id": "truth-or-dare-fcc54", |
||||
"storage_bucket": "truthordare-6493e.appspot.com" |
||||
}, |
||||
"client": [ |
||||
{ |
||||
"client_info": { |
||||
"mobilesdk_app_id": "1:180425292880:android:8690e5274abb413c7da555", |
||||
"android_client_info": { |
||||
"package_name": "com.truth" |
||||
} |
||||
}, |
||||
"oauth_client": [ |
||||
{ |
||||
"client_id": "180425292880-1pfj1drhgqc9j19jit1ahfu7jouodjej.apps.googleusercontent.com", |
||||
"client_type": 3 |
||||
} |
||||
], |
||||
"api_key": [ |
||||
{ |
||||
"current_key": "AIzaSyBXoidUFjbE84RZ8PqIP0IGAsTYU28PEO8" |
||||
} |
||||
], |
||||
"services": { |
||||
"appinvite_service": { |
||||
"other_platform_oauth_client": [ |
||||
{ |
||||
"client_id": "180425292880-1pfj1drhgqc9j19jit1ahfu7jouodjej.apps.googleusercontent.com", |
||||
"client_type": 3 |
||||
}, |
||||
{ |
||||
"client_id": "180425292880-bfueoq3p0oq0b0lf2qviebio2q338eu8.apps.googleusercontent.com", |
||||
"client_type": 2, |
||||
"ios_info": { |
||||
"bundle_id": "org.reactjs.native.example.Truth" |
||||
} |
||||
} |
||||
] |
||||
} |
||||
} |
||||
} |
||||
], |
||||
"configuration_version": "1" |
||||
} |
||||
"project_info": { |
||||
"project_number": "552568521005", |
||||
"firebase_url": "https://truthordare-6493e-default-rtdb.europe-west1.firebasedatabase.app", |
||||
"project_id": "truth-or-dare-fcc54", |
||||
"storage_bucket": "truthordare-6493e.appspot.com" |
||||
}, |
||||
"client": [ |
||||
{ |
||||
"client_info": { |
||||
"mobilesdk_app_id": "1:180425292880:android:8690e5274abb413c7da555", |
||||
"android_client_info": { |
||||
"package_name": "com.truthoraction.jetup" |
||||
} |
||||
}, |
||||
"oauth_client": [ |
||||
{ |
||||
"client_id": "180425292880-1pfj1drhgqc9j19jit1ahfu7jouodjej.apps.googleusercontent.com", |
||||
"client_type": 3 |
||||
} |
||||
], |
||||
"api_key": [ |
||||
{ |
||||
"current_key": "AIzaSyBXoidUFjbE84RZ8PqIP0IGAsTYU28PEO8" |
||||
} |
||||
], |
||||
"services": { |
||||
"appinvite_service": { |
||||
"other_platform_oauth_client": [ |
||||
{ |
||||
"client_id": "180425292880-1pfj1drhgqc9j19jit1ahfu7jouodjej.apps.googleusercontent.com", |
||||
"client_type": 3 |
||||
}, |
||||
{ |
||||
"client_id": "180425292880-bfueoq3p0oq0b0lf2qviebio2q338eu8.apps.googleusercontent.com", |
||||
"client_type": 2, |
||||
"ios_info": { |
||||
"bundle_id": "org.reactjs.native.example.Truth" |
||||
} |
||||
} |
||||
] |
||||
} |
||||
} |
||||
} |
||||
], |
||||
"configuration_version": "1" |
||||
} |
||||
|
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
package com.truth; |
||||
package com.truthoraction.jetup; |
||||
|
||||
import android.os.Bundle; |
||||
import com.facebook.react.ReactActivity; |
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
package com.truth; |
||||
package com.truthoraction.jetup; |
||||
|
||||
import android.app.Application; |
||||
import com.facebook.react.PackageList; |
@ -1,3 +1,3 @@
@@ -1,3 +1,3 @@
|
||||
export enum ProductsEnum { |
||||
Crazy = 'Crz', |
||||
Crazy = 'crz', |
||||
} |
||||
|
Loading…
Reference in new issue