Danielle Honigstein

Results 9 comments of Danielle Honigstein

Thank you, I will try that

Thank you so much @mikebowler, I've applied this manually to my site, I couldn't figure out why my update in google-analytics.html wasn't working.

I would love this update as well :)

Thank you, this helped me as well :)

I see this as well, though I am not sure it is only connected to the autosaving. I have 11 boards in one file, and I find that performance is...

An additional use case: I would like to cancel all push notifications if a user has opted out of them.

@Jstreetman, thank you for the suggestion. If I understand correctly, I would still need to keep track of all the scheduled messageIds of the user, correct? In the meantime, I...

An additional problem: if I keep track of messageIds in the front end, then someone who uninstalls and reinstalls will still get the previous push notifications. (it defines as the...

@stnguyen90 Yes. This is the code: ``` Message result = await messaging.createPush( messageId: ID.unique(), title: "Time to smell!", body: "Tap to tell us what you smell!", users: [userId], //user to...