Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAUI #40

Open
leungkimming opened this issue Sep 13, 2022 · 1 comment
Open

MAUI #40

leungkimming opened this issue Sep 13, 2022 · 1 comment

Comments

@leungkimming
Copy link
Owner

leungkimming commented Sep 13, 2022

No description provided.

@leungkimming
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant