I have a use case where, when when suspicious activity happens on a user's account, I want to show them a pop up in their mobile application. This pop up should appear as soon as they open their app, or if the app is already open then this pop up should appear with in a few seconds of the event happening. This event might happen say once in a few months. The user has to click on one of two buttons in this pop up. Long polling and event sourcing both seem like an overkill. Is there a better less resource intensive way to achieve this?
How to occasionally push notifications to mobile applications?
33 views Asked by developer747 At
0
There are 0 answers
Related Questions in EVENT-SOURCING
- AuditLog Events in EventSourcing
- EventFlow NETCore 8 - ReadModelByIdQuery invalid parsing data from database
- EventStore: Event does not exist for stream:
- Akka: currentEventsByPersistenceId always returns zero for 'eventEnvelope.timestamp'
- Does a command persist state itself, when we combine CQRS with Event Sourcing, or is it delegating to the EventBus?
- How to handle one to many relationship in CQRS/ES/Saga architecture?
- MartenDB serializer issue
- EventStore batch event reading from $all via gRPC
- In Akka Typed Event Sourcing is it common to use a single db (the same event journal) for multiple typed persistent entities?
- DDD+CQRS+EventSourcing how to make sure projections are up to date?
- Read stream from EventStore without "stream doesn't exist exception"
- How to wait for all Disruptor messages to be consumed in a test case
- Appending events to Marten from an outbox and guarantee ordering
- What is the Logic Behind Synchronization in CQRS with Separate Storages?
- Event Sourcing: Can I describe the parent object state via its member object events?
Related Questions in LONG-POLLING
- Java, Telegram Bot runtime problems
- How do I detect client disconnect from a long poll to a Spring endpoint
- How to update all clients when a webhook is recieved in Python Flask
- HTTP Longpolling with changing request parameters using rxjs
- Laravel rest api - calling SSE or Long polling blocks other HTTP request
- PHP script doesn't quit when browser connection is closed
- During tomcat/jersey shutdown while long polling, the ServletContextListener hook is delayed by 7 seconds, why?
- How to occasionally push notifications to mobile applications?
- Socket.io with http polling without sticky sessions in a distributed system
- Implementing long polling with python multiprocessing but doesn't work
- How can I save a photo from a telegram bot user to a folder on a disk in good quality?
- Long Polling with an array php Javascript
- Long-polling with message queues in a clustered environment
- Bi-Directional Vs Uni-Directional communication
- Tomcat, NGINX, Vaadin, Spring Boot and LONG POLLING Push
Related Questions in NATIVEAPPLICATION
- Cordova Image Picker, To upload Multiple images once
- iOS Callkit - incoming Call Recents History
- How can I share a link to facebook using native app on browser
- Native app (hybrid) to use django-social-auth
- Native Android Development Or Adobe AIR?
- Launch runnable run from native java application
- How to authenticate native application against a Web Service?
- open phone app on IOS with AS3 code
- Android native app testing using Selenium
- Signalr send message from browser to .net client on the same machine
- How to export React native code for windows platform
- Javascript local (disk) database for nativeapp
- Secure the Auth Code in Oauth2 with native apps (Android)
- Can Android Native App Install be considered as iOS Smart App Banners?
- How to open my Android native application with Xamarin.forms?
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)