Russell Wheatley

Results 195 comments of Russell Wheatley

If you wish to follow steps for setting up app check debug, please follow instruction here for [android](https://github.com/firebase/flutterfire/issues/6551#issuecomment-1225502729) & [iOS](https://github.com/firebase/flutterfire/issues/8969#issuecomment-1202544521).

@MarcinusX - Will be in review soon: https://github.com/firebase/flutterfire/pull/9348

@msackman Just reading the documentation for android 13 permissions. I don't think there is a setting for `notDetermined`. Read this section [here](https://developer.android.com/guide/topics/ui/notifiers/notification-permission#new-apps). Quote: > If a user installs your app...

It's been `authorized` or `denied` for every android release prior to android 13 so I can't see how this is now becoming a problem. I don't think there is anyway...

Hey @nilsreichardt, I've just spent a while figuring out how to get this working again. I've updated the example app so it works but not sure if this will run...

I've just tested this, and the exception does occur. However, it still bundles the data. I've also tested this using a purely JS implementation like so: ```js import { initializeApp...

@Ehespit it works, but it is a redirect and it affects the score on pub.dev as described in the description.

This isn't an issue with FlutterFire dynamic links plugin. With `onLink`, `getInitialLink ` & `getDynamicLink ` we use [this method](https://github.com/firebase/flutterfire/blob/fdb24c8d2cf4c51b20ffdb6c8898b7eced16aa64/packages/firebase_dynamic_links/firebase_dynamic_links/android/src/main/java/io/flutter/plugins/firebase/dynamiclinks/FlutterFirebaseDynamicLinksPlugin.java#L114) to [pull out the utmParameters](https://github.com/firebase/flutterfire/blob/9476444e2fa25796b32bb31e5dba9ace9ead1e36/packages/firebase_dynamic_links/firebase_dynamic_links/android/src/main/java/io/flutter/plugins/firebase/dynamiclinks/Utils.java#L40-L44). For some reason, they aren't...