Skip to main content
Solved

Flutter SDK how to set FirebaseAppInstanceID?

  • 8 September 2022
  • 1 reply
  • 56 views

How can i set the FirebaseAppInstanceID in flutter, there is no method for it in the flutter SDK

1 reply

Userlevel 5
Badge +7

Hi @Erol Asan , we haven’t yet added the convenience method yet, but you should be able to use the setAttributes method to set the reserved subscriber attribute $firebaseAppInstanceId  to the correct value.

Reply