Skip to content

Instantly share code, notes, and snippets.

View PAHeartBeat's full-sized avatar
🚩
Either I win or I learn, I never loose,

iPAHeartBeat PAHeartBeat

🚩
Either I win or I learn, I never loose,
View GitHub Profile
@PAHeartBeat
PAHeartBeat / gist:efbc88fda26f3f9d072a9e965e6abdd8
Created February 28, 2024 16:32
Firebase log for in_app_purchase
```
02-28 14:45:21.538 V/FA-SVC (31561): Saving default event parameters, appId, data size: tech.fplabs.score, 2
02-28 14:45:22.139 V/FA-SVC (31561): Logging event: origin=app,name=purchase_completion_games_au,params=Bundle[{quantity=1, is_eea=false, ga_event_origin(_o)=app, ga_screen_class(_sc)=LockToPortraitUiBuilderHostActivity, ga_screen_id(_si)=4235521259138748896, value=70, currency=INR}]
02-28 14:45:22.141 V/FA-SVC (31561): Upload scheduled in approximately ms: 500
02-28 14:45:22.141 V/FA-SVC (31561): Unscheduling upload
02-28 14:45:22.142 V/FA-SVC (31561): Scheduling upload, millis: 500
02-28 14:45:22.644 V/FA-SVC (31561): Starting upload from DelayedRunnable
02-28 14:45:22.645 V/FA-SVC (31561): Marking event as conversion: purchase_completion_games_au
02-28 14:45:22.645 V/FA-SVC (31561): Marking event as real-time: purchase_completion_games_au
02-28 14:45:22.646 V/FA-SVC (31561): Checking account type status for ad personalization signals
@PAHeartBeat
PAHeartBeat / .editorconifg
Last active September 12, 2023 11:17
.Editor config with the Code style Rules, code formatting rules, naming rules, naming styles, and warning suppress information for Sonar and SytleCop
# To learn more about .editorconfig see https://aka.ms/editorconfigdocs
####################################################
# Core EditorConfig Options #
####################################################
root = true
# All files
[*]
# Indentation and spacing
@PAHeartBeat
PAHeartBeat / stylecop.json
Last active April 5, 2022 18:43
SytelCop Analyzer overrides
{
"comment": "ACTION REQUIRED: This file was automatically added to your project, but it\nwill not take effect until additional steps are taken to enable it. See the\nfollowing page for additional information:\n\nhttps://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/EnableConfiguration.md",
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
"settings": {
"documentationRules": {
"documentationCulture": "en-US",
"documentInterfaces": true,
"documentExposedElements": true,
"documentInternalElements": true,
"documentPrivateElements": true,
#ifndef UNITY_CG_INCLUDED
#define UNITY_CG_INCLUDED
#include "UnityShaderVariables.cginc"
#if SHADER_API_FLASH
uniform float4 unity_NPOTScale;