Skip to main content
Version: SDK 5.0.x

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

NameTypeDescription
firebaseAppInstanceIdstringThe id to forward.

Returns

 Promise<void>