Gaurav192
Gaurav192
@SebastianKlaiber @felangel Can we check if current token is same compared to token in request headers? In case current token is different then return it instead of calling refresh token.
> Unfortunately, we still have too many refresh calls here as well. > > Just to make sure, are you using default values in repo and url: https://github.com/Gaurav192/fresh.git in pubspec?
UTM parameters will be empty if dynamic link host is not added in AndroidManifest. [Reference](https://firebase.google.com/docs/dynamic-links/android/receive#app_links)
This [change](https://github.com/firebase/flutterfire/commit/d920d4945ae313ded83be5eb6255ecf431c2d313) probably fixed it. Documentation for flutter integration doesn't include Handling Dynamic Links using App Links section like android.