'How can I create monthly repeating tasks in Flutter/Firebase?
I am currently working on a finance app, where the user can create many transactions.
To make the user's job a little easier, I want to add transactions that repeat themselves every month. I use Flutter/Firebase for the app and if a user has a Netflix subscription for example, they have to pay money for it every month. However, I want the app to add to the Firebase database every month this transaction, without the user having to do anything.
What is the best way to do this?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
