About 116,000 results
Open links in new tab
  1. Apple sign in, authorize method returns name only first time

    Aug 20, 2020 · Important Apple only returns the user object the first time the user authorizes the app. Persist this information from your app; subsequent authorization requests won’t contain the user …

  2. Sign in with Apple not working with Firebase/Flutter

    Feb 3, 2023 · For a detailed walkthrough, refer to step 4 in the Fireship tutorial video titled "Sign in with Apple from a Firebase Web App" available on YouTube: Watch on YouTube. This guide should help …

  3. Firebase Authentication with Apple sign in Flutter works for iOS but ...

    Oct 15, 2024 · for apple it is implemented and working fine from the beginning. For android, apple sign in seems redundant to me too, but it was an app requirement.

  4. How to sign in with apple in flutter the correct way?

    Jul 3, 2023 · I'm implementing the Apple login method in my flutter app. This is my code to sign in with Apple: signInWithApple() async { var appleProvider = AppleAuthProvider(); await FirebaseAuth.insta...

  5. Getting error "invalid_request: Invalid web redirect url" when using ...

    Nov 30, 2022 · Named like com.example.web, but for our company Set up for "Sign in with Apple" Primary app ID is our actual app we're actively developing Under "Website URLs" Necessary domains …

  6. firebase - Flutter Apple Sign In - Empty Email - Stack Overflow

    Apple only returns the full name and email on the first login on the device for your app, it will return null values for these on any login after that. My guess is that you've signed in previously and then tried to …

  7. com.apple.AuthenticationServices.Authorization Error Code 1000

    Dec 13, 2019 · A verification step from Apple is not required, despite the misleading documentation on their side. Could you try to run a new build and make sure to create a new provisioning profile with …

  8. Issue with Apple Sign In using Firebase in Unity

    Oct 11, 2024 · Configured Apple Sign In in the Firebase Console. Added the necessary permissions and entitlements for Apple Sign In in Xcode. Called the sign-in function in Unity and checked for success. …

  9. ios - Unhandled Exception: [firebase_auth/invalid-credential] Invalid ...

    Sep 28, 2024 · I recently had the problem that Apple Sign In didn't work in my Flutter Application. I put in my Apple ID and Password and it looked like it worked, but in the console I got the following error:

  10. No way to test apple signin popup on localhost? - Stack Overflow

    Nov 18, 2022 · As far I can tell there's no way to test the apple signin popup when developing locally because Apple will not postmessage the user data back to localhost. How am I supposed to develop …