Hello,
There's a lack of documentation about how the default events are triggered by the Android and iOS Firebase analytics SDKs, so I'm turning to you for help.
I need a unique user ID so I can track app usage metrics, but I'm having trouble. I've been using
this support answer as reference.
Here are my options:
- `device.advertising_id`: may not always be there, I get it;
- `device.vendor_id`: I'd expect this to always be present, but it is very often NULL, why?
- `user_pseudo_id`: what is this? can I use this as a unique user ID? is it reset on reinstall/update?
Thank you,
Pedro