Function setFirebaseAppInstanceId
setFirebaseAppInstanceId(firebaseAppInstanceId: string): Promise<void>
Forward the Firebase app instance id (see <https://firebase.google.com/docs/reference/android/com/google/firebase/analytics/FirebaseAnalytics#public-taskstring-getappinstanceid> to how to obtain one) to the justtrack backend.
Parameters
Name | Type | Description |
---|---|---|
firebaseAppInstanceId | string | The id to forward. |
Returns
Promise<void>