no log in required (unless you want to save your health and notification access choices 😬) to do this
you can create a really light profile in your settings with signinwithapple
I was able to add sign in with Apple for my Flutter app using @supabase as backend on iOS. On Android the docs are really unclear though. I'm using signInWithOAuth() but can't get the redirect link to work. sign_in_with_apple package says to form the URL like so:
intent://callback?${PARAMETERS FROM CALLBACK BODY}#Intent;package=YOUR.PACKAGE.IDENTIFIER;scheme=signinwithapple;end
in Supabase I added signinwithapple://callback as a redirect url.
The 'parameters from callback body' confuses me and I'm not using anything in that part. Any ideas?
Integrating 'SignInWithApple' in your SwiftUI app just got a whole lot easier with shipthat.app 🚀. Check out this seamless flow in action and imagine saving hours in your development process. Ready to elevate your app's authentication? Let's go! #iosDev#indiehackers
🚀 Natively Update Alert! v2.11.1 Now Available!
Exciting news, Natively community! We're thrilled to introduce a significant update that takes your app development to the next level.
🍏 Introducing 'Sign In with Apple' Support:
We've listened to your feedback and are delighted to bring 'Sign In with Apple' support to our platform. With Natively, you won't need to compromise on user privacy. Unlike some competitors, our approach ensures your app's privacy rules remain intact.
📚 Get Acquainted:
For all the details about this fantastic addition, dive into our comprehensive documentation:
🔗 docs.buildnatively.com/nativ…
We're committed to enhancing your user experience and providing top-notch features to empower your app development journey.
Thank you for being an integral part of our community. Your feedback and support drive us to push the boundaries of what's possible in app development!
Stay tuned for more exciting updates from Natively! 🚀📱
#NativelyUpdates#Natively#SignInWithApple#MobileAppDevelopment#Bubble#WrapYourWebsite
If you've been adding #SignInWithApple for #auth your #app, you'll know that one of the frustrations is that you can't use #localhost in a callback or redirect URL. In this blog post, I share my workaround and a script to simplify the process.
goforgoldman.com/posts/2023-…
I'm putting the finishing touches on my conversion of @seanallen_dev Dub Dub Grub app from CloudKit to Firebase using SignInWithApple and Distributed Counters to track user checkin's #iosdev#firebase#swiftlang#swiftui