Skip to main content

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

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