Mike Hardy

Results 1618 comments of Mike Hardy

Hi there! This is a duplicate of #6315 - it is currently blocked upstream in react-native because firebase-ios-sdk requires `use_frameworks` and react-native new architecture does not support compilation in that...

I don't know why but I have also heard many users just use the react-native Linking built-in from react-native with success as a workaround

Ah yes, I forgot that the install link case is affected by that. What happens, incidentally, if you add a delay before calling getInitialLink? I'm not sure if it's this...

Have you seen the dynamicLinks().resolveLink method? I implemented that to handle this and a similar case - I use that for camera capture of QR codes that have the short...

@imNKsid you may want to surf over to firebase-ios-sdk and see if they have open issues / open an issue there, taking care to include all relevant information to reproduce...

I haven't tested it in a while, but in the past I was able to access the initial / app open dynamic links through a hybrid strategy of the dynamic...

Sorry, no news and I'm out traveling right now so won't have time for quite a while. If this is something really important for you, you'll have to perform some...

Can you update to latest stable (making sure you have the latest underlying firebase-android-sdk / firebase-ios-sdk - that is, you have not overridden them) and reproduce? These are quite old:...

Hmm :thinking: this is a tough one. Here's my research: - firebase-js-sdk specifies the index type of EventParams as `[key: string]: any` so they are advertising they'll take any type...

They must be coercing the number a bit as it goes through the system to handle javascript's inherit "double-ness" in numbers and make sure analytics sees them as integers, thank...