Method GetAnalyticsInstanceIdAsync
GetAnalyticsInstanceIdAsync()
Returns the Firebase Analytics instance ID asynchronously.
Useful for linking Firebase events to other attribution systems (e.g., AppsFlyer).
Times out after 5 seconds and returns null on failure.
public static Awaitable<string> GetAnalyticsInstanceIdAsync()
Returns
- Awaitable<string>