Originally created by @Majawat on GitHub (May 21, 2022).
Is your feature request related to a problem? Please describe.
No issue
Describe the solution you'd like
Ideally, I'd like a push notification to my app when a new book of a series I've been listening to is available. This way I don't have to keep an eye on the Continue Series or check myself.
I'd assume this would be a user option to turn on/off.
Describe alternatives you've considered
Can't think of any.
Additional context
I'm using the Android app at the moment.
Originally created by @Majawat on GitHub (May 21, 2022).
### Is your feature request related to a problem? Please describe.
No issue
### Describe the solution you'd like
Ideally, I'd like a push notification to my app when a new book of a series I've been listening to is available. This way I don't have to keep an eye on the Continue Series or check myself.
I'd assume this would be a user option to turn on/off.
### Describe alternatives you've considered
Can't think of any.
### Additional context
I'm using the Android app at the moment.
Or an potion to be notified of any new books added. Some people's libraries that would result in a flood but for other people it might be just right.
@hobesman commented on GitHub (Jun 4, 2022):
Or an potion to be notified of *any* new books added. Some people's libraries that would result in a flood but for other people it might be just right.
I looked into this briefly a few weeks ago and push notifications to android require using Google's Firebase, which means we would need to run a central server to manage all the push notifications and Google would get to track all the devices.
There may be an alternative I don't know about yet though.
@advplyr commented on GitHub (Jun 4, 2022):
I looked into this briefly a few weeks ago and push notifications to android require using Google's Firebase, which means we would need to run a central server to manage all the push notifications and Google would get to track all the devices.
There may be an alternative I don't know about yet though.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @Majawat on GitHub (May 21, 2022).
Is your feature request related to a problem? Please describe.
No issue
Describe the solution you'd like
Ideally, I'd like a push notification to my app when a new book of a series I've been listening to is available. This way I don't have to keep an eye on the Continue Series or check myself.
I'd assume this would be a user option to turn on/off.
Describe alternatives you've considered
Can't think of any.
Additional context
I'm using the Android app at the moment.
@hobesman commented on GitHub (Jun 4, 2022):
Or an potion to be notified of any new books added. Some people's libraries that would result in a flood but for other people it might be just right.
@advplyr commented on GitHub (Jun 4, 2022):
I looked into this briefly a few weeks ago and push notifications to android require using Google's Firebase, which means we would need to run a central server to manage all the push notifications and Google would get to track all the devices.
There may be an alternative I don't know about yet though.