Compare commits

...

2 Commits

Author SHA1 Message Date
Hazim Bin Ijaz 4143a1652a Added JSON files 1 month ago
Hazim Bin Ijaz 27cbc05052 Did some work 1 month ago

@ -21,7 +21,7 @@ public class GoogleSignInManager : MonoBehaviour
{
configuration = new GoogleSignInConfiguration
{
WebClientId = "1021701058525-72qg4sbvqv3m3q7it4eck2h86ekoflla.apps.googleusercontent.com",
WebClientId = GameConstants.WebClientID,
RequestEmail = true,
RequestAuthCode = true
};

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: c644bc20900ca9c4e92fe5cf2fe4f557
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

@ -0,0 +1,5 @@
<linker>
<assembly fullname="OneSignal.Core" preserve="all" />
<assembly fullname="OneSignal.Android" preserve="all" />
<assembly fullname="OneSignal.iOS" preserve="all" />
</linker>

@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: b761fafbd46bb0940a6371875438cdb9
guid: 371f5d505596bde4a8dd4d78bf0403fd
TextScriptImporter:
externalObjects: {}
userData:

@ -14,6 +14,10 @@ public class GameConstants
public static string OSN_Android = "3ee530aa-8613-485b-9cbd-0263727badc5";
public static string OSN_iOS = "aabdcf42-77ef-47c3-83f7-c97a1af87a5f";
public static string WebClientID = "1021701058525-72qg4sbvqv3m3q7it4eck2h86ekoflla.apps.googleusercontent.com";
public static string iOS_ClientID = "1021701058525-vp54583d95oknnamu739smqfihhoivnk.apps.googleusercontent.com";
public static string iOS_URL_Scheme = "com.googleusercontent.apps.1021701058525-vp54583d95oknnamu739smqfihhoivnk";
public static string AndroidURL =
"https://play.google.com/store/apps/details?id=com.rizze.pipuzzle&hl=en-US&ah=gfIMAf3ZQA42PzRKpRnkmyC0Sek&pli=1";

@ -0,0 +1 @@
{"web":{"client_id":"1021701058525-72qg4sbvqv3m3q7it4eck2h86ekoflla.apps.googleusercontent.com","project_id":"rizzegameservices","auth_uri":"https://accounts.google.com/o/oauth2/auth","token_uri":"https://oauth2.googleapis.com/token","auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs","client_secret":"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","redirect_uris":["https://oauth.playfab.com/oauth2/google"],"javascript_origins":["https://168AE2.playfabapi.com"]}}

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 0f4b7699730b9c0449dfccfdaed84d29
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

@ -1,54 +0,0 @@
{
"project_info": {
"project_number": "627393855302",
"project_id": "pipuzzle",
"storage_bucket": "pipuzzle.firebasestorage.app"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:627393855302:android:11a665de068b25bb316f47",
"android_client_info": {
"package_name": "com.rizze.pipuzzle"
}
},
"oauth_client": [
{
"client_id": "627393855302-c24ki5dspbaoetlldhtq118pdufcm0ku.apps.googleusercontent.com",
"client_type": 1,
"android_info": {
"package_name": "com.rizze.pipuzzle",
"certificate_hash": "c15e8bb32af9d00af84b991c7063196b01eee2be"
}
},
{
"client_id": "627393855302-ie99j5loumrkt3gqi5mopa1c1avu7o86.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyBgdajcwHxaGtQx9o5B84OmH_CoZ3SMWv8"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "627393855302-ie99j5loumrkt3gqi5mopa1c1avu7o86.apps.googleusercontent.com",
"client_type": 3
},
{
"client_id": "627393855302-ce6repr4psq6so09hso87tng6mng16i3.apps.googleusercontent.com",
"client_type": 2,
"ios_info": {
"bundle_id": "com.rizze.pipuzzle"
}
}
]
}
}
}
],
"configuration_version": "1"
}
Loading…
Cancel
Save