In website (desktop or mobile), GA generates client_id and stores in _ga cookie. This I can easily retrieve using gtag.
For mobile app, do we have to generate & set client_id ourselves ? Because I cannot find related documentation for this.
If we have to generate ourselves, can we use any uuid or Firebase app_instance_id as ga client id.