Alex Bandisch

Results 4 comments of Alex Bandisch

@mikehardy I can probably help with explaining as I find myself in the same situation. The instructions [here](https://rnfirebase.io/messaging/usage#background-application-state) explain how to inject an `isHeadless` prop for iOS, which we can...

@mikehardy - thanks for replying. This really just boils down to my limited understanding of the inner workings of AppDelegate.mm, but I've sorted this with the help of the guys...

@jaedb I had the same issue as @mczerski, i.e. I'd get TypeError: Cannot read property 'url' of undefined when clicking the 'Next' button. I found it was specifically related to...

@jaedb Yeah true - looking at the code again, it does make sense to ensure there is a spotify user first. I prefer your solution. I did actually have a...