Andrew Heard

Results 56 comments of Andrew Heard

Note: this API is also available for ObjC users `FIRDynamicLink *dynamicLink = [[FIRDynamicLink alloc] init];`

Thanks for pointing this out! I'm actually able to reproduce what you're seeing both on the iOS 16 simulator and a real device. I've traced it down to a change...

Good news! This seems to be resolved in the GM release of iOS 16. ``` let url = URL(string: "https://example.com/images%2Fexample%20image.png")! print("URL Components: \(url.pathComponents)") ``` - iOS 16.0 Beta 3/5: `URL...

@jc-paris I'm a Firebaser (but not an FDL expert) working on a SwiftUI version of the quickstart. I found Apple's diagnostic tool to be helpful for debugging. Sorry if I...

Ah, sorry @jc-paris , I misunderstood. The Universal Links Diagnostic tool helped me diagnose an issue with the app not opening after it _was installed_ but I now see the...

Hi @mknippen, Thank you for the detailed report and sorry for the delay. Do you happen to happen to have a more concrete code sample? I haven't been able to...

Hi @diomidispapas, are you using App Attest or DeviceCheck as your token provider? I recently saw this note in Apple's [documentation](https://developer.apple.com/documentation/devicecheck/dcappattestservice/3573915-issupported): > If you read isSupported from an app running...

> I'd like to suggest to document this behaviour at a suitable place on the property wrapper. > > Also, I am not sure if it's possible to write a...

> It's true that you can't change an id, **but you could expect an initial write to use a manually set document id. This, however, is not how the api...

> @andrewheard I think you made a bunch of changes in this area that obsolete this PR. Can I close it? Thanks for cleaning up old PRs, I need to...