You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The client said that the first reminder should be sent after 3 weeks with no activity when there are active goals. That reminder should say, "Hey there, remember us? Your Money on My Mind goals? Tap here, you've got this!"
The text was updated successfully, but these errors were encountered:
Ok, we could do this by creating a firebase function that loops through each user in the database, and checking for scheduled push notifications. When it finds a user with a create date older than 3 weeks (this should probably not be hard-coded) and determines that no notifications have been sent in the last 3 weeks it could add a generic "Hey there.." notification to the queue.
Some related decisions/actions are:
ensure that when a new user is created, a create date is saved.
how/where should push notification records be stored?
how to indicate that they have been sent when we send them?
On Fri, Nov 1, 2019, 9:46 PM Micah Mutrux ***@***.***> wrote:
Ok, we could do this by creating a firebase function that loops through
each user in the database, and checking for scheduled push notifications.
When it finds a user with a create date older than 3 weeks (this should
probably not be hard-coded) and determines that no notifications have been
sent in the last 3 weeks it could add a generic "Hey there.." notification
to the queue.
Some related decisions/actions are:
- ensure that when a new user is created, a create date is saved.
- how/where should push notification records be stored?
- how to indicate that they have been sent when we send them?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#132?email_source=notifications&email_token=AI257HXABRNX77I2EISSISDQRTLV7A5CNFSM4IZFIJ32YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC4Q5IA#issuecomment-548998816>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AI257HXG7NYDJUGQSMXYVHDQRTLV7ANCNFSM4IZFIJ3Q>
.
The client said that the first reminder should be sent after 3 weeks with no activity when there are active goals. That reminder should say, "Hey there, remember us? Your Money on My Mind goals? Tap here, you've got this!"
The text was updated successfully, but these errors were encountered: