LoginSignup
1
0

More than 3 years have passed since last update.

iOS app の習得日記

Posted at

udemy の講座をみながら、
firebase Authを使って、facebookログインの二週目

ViewControllerに

import UIKit
import FBSDKCoreKit
import FBSDKLoginKit
import FacebookCore
import FacebookLogin
import Firebase

なぜか?
https://developers.facebook.com/docs/facebook-login/ios
https://firebase.google.com/docs/auth/ios/facebook-login?authuser=0
公式ドキュメントにはこう書いてないのに??

SDKの種類
CoreKit とCoreの違いは??

公式のドキュメントの理解が追いついていない

1
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0