.net maui notifications without firebase? #23308
Unanswered
sadrirammal
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there excuse the dumb / beginner question but I would like to implement notifications for my Maui production app without using firebase. I was hoping there is a way to implement a polling approach to fetching notifications (Call my API endpoint every few hours). I don't need push since my notifications aren't time-sensitive.
What would be a lot more important for me is not to have platform-specific code(target platform is iOS and Android) to reduce maintenance. Is there even a way to do this?
Beta Was this translation helpful? Give feedback.
All reactions