hesham-soliman

Results 2 comments of hesham-soliman

Just spent 3 hours figuring out why topic notification is never received :) await FirebaseMessaging.GetTokenAsync() workaround does NOT work for me v8.6.2 Unity

Sure :) @rifat18112006-bit @EasyOeds ``` using System.IO; using System.Text.RegularExpressions; using UnityEditor.Build; using UnityEditor.Build.Reporting; using UnityEngine; namespace PlayEveryWare.EpicOnlineServices.Editor.Build { public class EosAndroidLibsFix : IPreprocessBuildWithReport { public int callbackOrder => 1; public...