Peter Friese

Results 24 comments of Peter Friese

> Any ETA on when will this be merged? It is really a hustle to get and app published in the AppStore with this issue. Sorry for the hassle -...

> So does this mean the display name is auto-updated so there is no need to update display name with appleIDCredential? After receiving `ASAuthorization` from Apple, call `appleCredential(withIDToken: rawNonce: fullName:)`...

Hi @LilaQ, I just verified this works as intended with Firebase 10.7.0. If you're on the latest version of the SDK, can you share an [MVCE](https://stackoverflow.com/help/minimal-reproducible-example) with us? You can...

> ### TODO > * [ ] Integrate Result into FirestoreQueryResult, making the old specific overload obsolete > * [ ] Clean up and remove both old overloads of FirestoreQueryObservable...

> * the custom Collection implementation/conformance crashes a SwiftUI `ForEach` when going from n to 0 items Flo and I had a chat offline today, and discussed the following options...

Interesting. When launching from inside Xcode, the environment of a Cocoa app or commandline app are different from what they are when launching from the command line. Rather annoying, but...

> It could also make sense to have a similar abstraction for a document rather than a query. Good point. Added!

I'd like to land this in Q4. Will rebase on the latest `auth-swift` branch.

Thanks for raising this. It's a known issue (see https://github.com/firebase/firebase-ios-sdk/issues/9906#issuecomment-1528679012) - we need to implement support for this on the Emulator. Googlers: see [go/firebase-emulator-siwa-token-revocation](https://goto.google.com/firebase-emulator-siwa-token-revocation)

> 👋 > > is this typical behavior for an iOS simulator as well? trying to determine if I did something wrong > > thank you! This is a bug...