Skip to content

Commit

Permalink
feat: social login 후 token 받기
Browse files Browse the repository at this point in the history
  • Loading branch information
guesswb committed Jul 28, 2023
1 parent ed7ce8e commit c0a600f
Show file tree
Hide file tree
Showing 116 changed files with 2,585 additions and 989 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Edit at https://www.toptal.com/developers/gitignore?templates=swift,xcode,cocoapods

*.plist
*.p8

### macOS ###
# General
Expand Down
1 change: 0 additions & 1 deletion .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ included:

excluded:
- Pods
- RunningCrew/Sources/Presenter

line_length:

Expand Down
4 changes: 4 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ target 'RunningCrew' do
pod 'KakaoSDKUser'
pod 'KakaoSDKCommon'
pod 'GoogleSignIn'
pod 'Moya/RxSwift'
pod 'FirebaseAuth'
pod 'FirebaseFirestore'
pod 'FirebaseMessaging'
target 'RunningCrewTests' do
inherit! :search_paths
# Pods for testing
Expand Down
Loading

0 comments on commit c0a600f

Please sign in to comment.