-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hello!
We would like to know when a flow was complete so we can push that event to our firebase events (we have a centralized KPI dashboard that pulls data from firebase and other sources).
I saw that on the Web JS api, there was the Appcues.on() method designed specifically for this. However, I'm not finding anything similar on the React Native API.
https://docs.appcues.com/dev-api-data/javascript-api-developer#on-eventname-callbackfn-context-7
I did look at https://github.com/appcues/appcues-react-native-module/blob/main/docs/AnalyticObserving.md however, unless I'm misunderstanding it, it does not do what I would like to do.
The events we're interested in capturing are:
flow_completed
flow_skipped
Is there any way I can capture when those events are dispatched?
Thank you!