You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using Microsoft.Maui;
using Microsoft.Maui.LifecycleEvents;
//using Plugin.Firebase.Auth;
using Plugin.Firebase.CloudMessaging;
//using Plugin.Firebase.Shared;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
#if IOS
using Plugin.Firebase.Core.Platforms.iOS;
#elif ANDROID
using Plugin.Firebase.Core.Platforms.Android;
#endif
No description provided.
The text was updated successfully, but these errors were encountered: