Skip to content
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

Feature Request: Push notification #276

Closed
mrahmadt opened this issue May 7, 2024 · 3 comments
Closed

Feature Request: Push notification #276

mrahmadt opened this issue May 7, 2024 · 3 comments
Assignees

Comments

@mrahmadt
Copy link

mrahmadt commented May 7, 2024

Is it possible to push notifications to the App

I'm running different scripts in the backend for example to detect abnormal transactions, sms to transactions, subscription detection, expense analysis

Currently these scripts runs and send details to telegram

It would be an amazing to actually just send the notification to Abacus

@victorbalssa
Copy link
Owner

Thanks @mrahmadt, I'll do some research.

@andyslucky
Copy link
Contributor

A couple points...

  • Regardless of what technology is used for push notifications, data security will be a concern (notifications for an application have to go through either an Apple or Google service to be delivered to the device). This may jeopardize the head line of the abacus app being "No external API calls nor Analytics API, not even sentry / crashlytics.".
  • Since Firefly does not have much built in regarding push notifications (other than email), another service would most likely need to be created to serve this purpose designed to integrate well with abacus. Since Firefly is typically self-hosted by tech-savy individuals, a service that asks more of the "user" in way of setup/management might not be out of the question (quicker prototype); is there an appetite for a hands-off "Just tell me about my finances!" approach? That might take some more time.
  • Some worthwhile mentions that may satisfy your requirements in the meantime:
    There are existing services with the sole purpose of push notifications (though they will go to a separate app instead of abacus) which might provide this functionality until abacus can integrate this functionality

@victorbalssa
Copy link
Owner

@mrahmadt, @andyslucky,
I'm closing this issue to focus on the mobile application client side rather than trying to get FIII updated to support sending push notification.

@victorbalssa victorbalssa closed this as not planned Won't fix, can't repro, duplicate, stale May 22, 2024
@victorbalssa victorbalssa removed this from the backlog milestone May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants