RNFirebase In-app Messaging - How to handle button clicks

Viewed 243

Hi I'm using the latest version of react native in-app messaging and I need to handle the button clicks. Can someone help me with this

enter image description here

1 Answers

You should use deeplinks. Setup deeplink like myapp://do_something Then in firebase console add same action for the button. When you press button, deeplinks listener will be triggered

Related