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
Method for rendering a specified message on client side. It’s called from main thread.
But when overriding FIRInAppMessagingDisplay#displayMessage:displayDelegate: on a custom message display component, the method will be invoked on a background thread.
Could you please update the behavior to match the documentation - or reverse?
Thanks! :)