Solved

Flutter SDK how to set FirebaseAppInstanceID?

  • 8 September 2022
  • 1 reply
  • 49 views

Badge +4

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

icon

Best answer by Jens 22 September 2022, 10:49

View original

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