I'm creating Firebase Remote config experiment with A/B testing for my Flutter app. For validating the experiment on test device I need to get Firebase installation auth token
that associated with each Firebase installation.
How can I get this token in "Flutter-way"? In docs there is way to get it for Swift, Kotlin etc.. But not for Dart/Flutter.
In my app I have firebase_core
package installed and FirebaseOptions has a bunch of ids:
this.apiKey,
this.appId,
this.messagingSenderId,
this.projectId,
this.measurementId,
But no Firebase Installation Auth Token.