Ed Holloway-George

Results 7 comments of Ed Holloway-George

![](https://user-images.githubusercontent.com/84779237/134229106-bfbea8c0-9454-43b5-bd69-5c46961d5fae.png) Just to help visualize what I am seeing here

@aguatno Hi, is observing the typing of `pendingDynamicLinkData` not enough? In Kotlin, the IDE shows it as a non-nullable type but both the Firebase Dynamic Links integration guide and my...

For steps to reproduce receiving `null` for the `pendingDynamicLinkData`, I noticed that calling this method on a sample app where no signing certificate SHA-1 was present in Firebase for the...

Hi @oprisnik - sorry for the delay in getting back to you. I followed the example you provided and have observed the following logs for **v3.1.3** ``` onRequestStart id=93, extras={id=93,...

@sshropshire Thanks for your quick response I am seeing some IDE issues in that the sources do not match the bytecode when setting breakpoints in the `LocalPaymentClient` code, but I...

We aren't using a singleton `LocalPaymentClient`, but instead construct it when it's needed - so it isn't in a lifecycle method ```kotlin private inline fun withLocalPaymentClient(token: String, block: LocalPaymentClient.(FragmentActivity) ->...

Just to update here - I don't believe the callbacks are called, which I suspect is a bug. Would it be possible to be notified when the user exits the...