I keep receiving this warning:
<FIRInstanceID/WARNING> Firebase messaging not setup correctly, nil senderID.
on every app start. What is it caused by?
In my application:didFinishLaunchingWithOptions: method, the only call that's related to Firebase is [FIRApp configure].
I keep receiving this warning:
on every app start. What is it caused by?
In my
application:didFinishLaunchingWithOptions:method, the only call that's related to Firebase is[FIRApp configure].