Skip to content

SwiftCrew/SignInWithApple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

SignInWithApple

SignInWithApple & Using Firebase. Here, you can user normal Apple login and use with firebase

Requirements

  • Xcode 10+
  • iOS 13.0+

Firebase

  • Enable Apple Authentication

Apple Developer

  • Enable SignIn with Apple in bundle identifier at apple developer console

Project Setting

  • Drag SignInWith Apple in Capibility

Screenshot 2020-03-28 at 3 04 41 PM

How to use with Interface

Screenshot 2020-03-28 at 3 04 13 PM

  • Drag AppleAuthHelper file into your project

Screenshot 2020-03-28 at 3 08 08 PM

Use in Controller

Screenshot 2020-03-28 at 3 08 03 PM

Firebase Apple login with Credentials

  • Just Un-Comment the code for Firebase login and make callback accordingly

Screenshot 2020-03-28 at 3 37 58 PM