Adrian

Results 38 comments of Adrian

btw, I really like it! I think if you update your examples you should do something like this. https://user-images.githubusercontent.com/4139336/219431014-cc0ae078-9b0d-4ece-b9fb-4cb3ade68fe9.mov

``` MaterialApp( localizationsDelegates: [ FirebaseUILocalizations.withDefaultOverrides(const LabelOverrides()), ], home: AuthGate(appConfig: appConfig), ``` [LabelOverrides.dart.txt](https://github.com/user-attachments/files/17495776/LabelOverrides.dart.txt)

Also, is this project being officially supported by anyone? @russellwheatley / @lesnitsky perhaps you know?

Unfortunately I don't have the time to open a PR at the moment but maybe early next year. Keep open please (personally I'd have categorised this as a bug).

I tried it again today with a brand new project, cleared everything out, followed different instructions but still the same error. Literally cannot sign in anymore.

Hi, thanks for getting back to me, the GTMAppAuth pod is on version 4.1.1. I'm about to leave work now but it didn't hit the breakpoint. Is setPassword the correct...

Hi, in the GIDSignIn.m file (I have version 7.1.1 so the versions are slightly different) `if (!handlerAuthFlow.profileData) {` The profileData has data at this point so execution doesn't enter the...

@brnnmrls reopen? I couldn't resolve my problem so stopped supporting google login. I double checked all the naming and permissions but couldn't identify anything.