Once your app is deployed, how your app is used and how well it is performing is crucial.
If you are using Firebase, you can easily create events for your app interactions. Simply place this code using the React Studio [user interactions] {…} Script option, and place the code bellow changing the event type as you wish.
const analytics = firebase.analytics();
firebase.analytics().logEvent(‘Event: cancel registration, user changed group, any event you wish’);
regards