-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Inbox Notifications #120
Comments
Would love to bring push notifications to the app, but unfortunately part of this implementation requires server-side implementation of Firebase Cloud Messaging. It seems like things are still up and running on the Stack Exchange side, but I'm not sure if the API to register a device for push is public. Alternatively, we could continuously poll the notifications API in the foreground/background, but that would be quite resource intensive. |
Can't really rely on SE to keep stuff up, even if you could register. They're slowly taking down stuff, web push notifications are how they want to go. https://api.stackexchange.com/docs/me-unread-notifications is probably the call of more interest. Not sure what's the best option here, but its the single feature of the extaunt app that I use the most. |
Hi 👋🏼 Best Regards! |
Its a android 11/Oneplus 9 Pro running oxygen OS |
https://meta.stackexchange.com/questions/372921/is-could-the-android-ios-application-endpoint-for-notifications-be-opened-up-t/372922#372922 made a formal request to see if other apps can use SE's FCM implimentation. |
One of the features of the "official" Stack Exchange android application is notifications of any new messages in your inbox. Unfortunately with the discontinuation of the SE application, there's no way of getting notifications of new inbox items without checking on the main page. We may get web notifications in the future but that lacks the immediacy of being able to check on your phone without explicitly opening a webpage or an app
The 'official' app is a good place to start for inspiration -
It gives the title of the question, and part of the text of what's in the inbox. While clicking on it will bring you to the official app, which has a sidebar for it, there might be other ways to implement it - maybe in the home dash board?
The text was updated successfully, but these errors were encountered: