In my app, I've added a bottom sheet to inform why they should enable push notifications before the new user creates an account. (which appears to be when the Push Notification prompt appears).
Is there a way to update a field in the user's collection if the user has allowed push notifications? (This leads to question #2)
Is there a way to re-prompt an existing user to allow push notifications or send them to the iOS settings to enable push notifications for my app?
Thanks in advance.