Firebase `first_open` event ---> `previous_first_open_count` param logic
问题 Firebase Analytics first_open event sends a parameter previous_first_open_count . it starts with value "0" (on lifetime first install / new user). and subsequently 1,2,3 .. etc. increments by "1" each time I remove, re-install the app. Can someone share how the SDK manages to persist the information how often user installed the app (basically triggered first_open ) in the past.. AFAIK, once the app is removed, all the app data is deleted.. even the app_instance_id is regenerated each time I