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
Prevent removal of FOREGROUND_SERVICE and POST_NOTIFICATIONS permissions when they're needed by camera features, even if push notifications are disabled
27
+
28
+
### FSymlink fix
29
+
Run storage:unlink before storage:link to handle stale symlinks, and exclude public/storage from build to prevent symlink conflicts
30
+
31
+
### iOS Push Notifications
32
+
Handles push notification APNS flow differently, fires off the native event as soon as the token is received from FCM vs assuming the AppDelegate will ahndle it.
33
+
34
+
### Fix Missing $id param on some events
35
+
Some events were missing an `$id` parameter, which would cause users to experience errors when trying to receive an ID from the event.
0 commit comments