Hi, thank you for the videos on implementing push notification for different platforms in .NET MAUI. Push notification using Firebase Admin SDK is working fine with android platform. Can you please elaborate the implementation for the IOS because I am not able to implement the same for the IOS Platform?
Hi Pragnesh, this code works, thank you very much for dedicating this video for us. I ran this code again a day later, and it wasn't sending any notifications. I then updated my admin_sdk.json file by regenerating the file on Firebase Admin SDK and replacing the current file with the newly generated one. Do I have to regenerate the private key every day if I want to send notifications for each day?
Yeah, maybe I did something wrong there, I did leave VS on since yesterday. I actually followed your firebase admin tutorial before applying iOS. I’ll update you on my progress!
will it works in foreground? and in foreground if i click on notification it not gonna crash? i need to store tokens on a server and send it via firebase api from golang for example(server side is works with a golang lib)
Hi, thanks for the great video, I implemented all the things of this video and the other one on android, but I can´t receive notifications when I restart the device and do not open the app, do you know how I can do that?
Hi that due to you might forgot to add your android or iOS app in firebase console, after that that google_service.json for android & google_service_info.plist file for ios Platform you need to add in your project.
Many thanks for this amazing video. Simple and straight forward. Thanks
Thank you
@@ProgrammingWithPragneshUnfortunately its not working with .net 8.0.
Your channel is a gem
Thank you so much...
Muito bom o video, implementei em um projeto Maui Blazor e funcionou perfeitamente !
Glad to hear this. Thank you so much.
Multicast message would have been preferred for sending similar message but different tokens. Thanks for this content
Very helpful video, could you please make video on sending push notification to all registered apps using firebase cloud messaging
Hi, thank you for the videos on implementing push notification for different platforms in .NET MAUI. Push notification using Firebase Admin SDK is working fine with android platform. Can you please elaborate the implementation for the IOS because I am not able to implement the same for the IOS Platform?
Thanks!
Very good
Great video :), how did you get the device token tho?
Will the push notification be sent to all the devices that has the app installed? Great video! Thanks!
Yes I believe so but it depends on if they are assigned to the same topic
Hi Pragnesh, this code works, thank you very much for dedicating this video for us. I ran this code again a day later, and it wasn't sending any notifications. I then updated my admin_sdk.json file by regenerating the file on Firebase Admin SDK and replacing the current file with the newly generated one. Do I have to regenerate the private key every day if I want to send notifications for each day?
No, just one time you need to create.
Thanks for your reply. In this case, why wouldn’t it send a notification? Also, has this code been tested on iOS devices as well and it works?
Yes, i tested in real device, and i am not sure why it didnt work for, you might need to rebuild after adding sdk.
Yeah, maybe I did something wrong there, I did leave VS on since yesterday. I actually followed your firebase admin tutorial before applying iOS. I’ll update you on my progress!
will it works in foreground? and in foreground if i click on notification it not gonna crash? i need to store tokens on a server and send it via firebase api from golang for example(server side is works with a golang lib)
App icon doesn't show in notification when app is running in the background or closed. How can I resolve that?
Hi, thanks for the great video, I implemented all the things of this video and the other one on android, but I can´t receive notifications when I restart the device and do not open the app, do you know how I can do that?
OnNewToken() method is not executing in same application
when i use firebase admin sdk and try to send notification, i get exception "sendeId mismatch"? any idea about that ?
Hi that due to you might forgot to add your android or iOS app in firebase console, after that that google_service.json for android & google_service_info.plist file for ios Platform you need to add in your project.
how can i get the Firebase Token?
How to handle click on push notification when app is closed