Skip to main content
Answer

Flutter SDK how to set FirebaseAppInstanceID?

  • September 8, 2022
  • 1 reply
  • 99 views

Forum|alt.badge.img+4

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

Best answer by Jens

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.

This post has been closed for comments

1 reply

Jens
RevenueCat Staff
Forum|alt.badge.img+7
  • RevenueCat Staff
  • Answer
  • September 22, 2022

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.