How to send push notification from .net6 to firebase, could you please explain with code?
Loading
How to send push notification from .net6 to firebase, could you please explain with code?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Pasang TamangPosted Apr 3, 2023, 4:50 AM
Hi,
Please check one of the old article from C# Corner https://www.c-sharpcorner.com/blogs/how-to-send-firebase-notification-from-c-sharp. You can find code example with detail explanation.
Regards,
Pasang
Tuhin PaulPosted Apr 3, 2023, 6:22 PM
The code already uses await for the SendAsync method, but it's a good practice to use async and await throughout the code whenever possible.
Latha DonepudiPosted Apr 3, 2023, 6:19 AM
could you please share me full details by steb by step
Amit MohantyPosted Apr 3, 2023, 4:11 AM
Check the below example code that shows how to send push notifications from a .NET 6 application to Firebase Cloud Messaging (FCM) using the Firebase Admin SDK: