Engels Immanuel
Engels Immanuel
Hey everyone. I am also encountering this issue. Here let me share screenshots: I have modified my `Podfile` with the appropriate macros accordingly I have added appropriate descriptions in `Info.plist`...
Okay so I have fixed this by eliminating the line `if target.name == "geolocator_apple"` and including a new line and the comment `## dart: PermissionGroup.bluetooth` just before the line `'PERMISSION_BLUETOOTH=1',`...
I have modified my code to use a `try {...} catch(...) {...}` block at the point where the `PlatformException` is thrown. I now have ``` try { await style.addSource( newSource,...
I just upgraded to the latest version of this library as of now, Tuesday January 21st 2025 which is version `2.5.1`. I am still experiencing this problem. I have also...
> in your xcodeproj inside project.pbxproj change the line objectVersion = 56; Worked for me. Thanks @VigneshPandianB25
Hello @MichaelVerdon thanks for the reply. So right now I have resort to combining using [sign_in_with_apple](https://pub.dev/packages/sign_in_with_apple) with Firebase Auth as this resolved my current issue. Using Firebase Auth alone to...
@MichaelVerdon also just want to point this out. I also realized that Firebase Auth always returns a `null` for user email too regardless of whether Apple Sign In is happening...
@MichaelVerdon yes it is shown in the docs but the docs make it seem like [sign_in_with_apple](https://pub.dev/packages/sign_in_with_apple) can be used as an alternate implementation path, i.e. Apple Sign In with Firebase...