https://github.com/swiftcrew/signinwithapple
SignInWithApple & Using Firebase.
https://github.com/swiftcrew/signinwithapple
applesignin firebase firebase-auth ios13 loginwithapple signinwithapple swift
Last synced: 2 months ago
JSON representation
SignInWithApple & Using Firebase.
- Host: GitHub
- URL: https://github.com/swiftcrew/signinwithapple
- Owner: SwiftCrew
- Created: 2020-03-28T09:09:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-28T10:10:16.000Z (over 6 years ago)
- Last Synced: 2025-03-31T15:58:48.800Z (over 1 year ago)
- Topics: applesignin, firebase, firebase-auth, ios13, loginwithapple, signinwithapple, swift
- Language: Swift
- Size: 31.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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

### How to use with Interface

- Drag `AppleAuthHelper` file into your project

# Use in Controller

# Firebase Apple login with Credentials
- Just Un-Comment the code for Firebase login and make callback accordingly
