Reader small image

You're reading from  Firebase Cookbook

Product typeBook
Published inNov 2017
PublisherPackt
ISBN-139781788296335
Edition1st Edition
Right arrow
Author (1)
Houssem Yahiaoui
Houssem Yahiaoui
author image
Houssem Yahiaoui

Houssem Yahiaoui is a Telerik Developer Expert, Google Developer Group Lead, Meetup organizer, Conference Speaker, and Technical blogger among a few things. He has been a developer since the age of 14 and Firebase lover since day one. He's also a passionate JavaScript developer and strongly believes that JavaScript should fix the World's hanger problem.
Read more about Houssem Yahiaoui

Right arrow

Facebook authentication in iOS

Facebook authentication is an already present topic, but within the scope of this recipe, we're going to cover how we can add the Firebase side by side with the Facebook authentication logic.

Getting ready

Before we actually start implementing the functionalities, please go and edit your Podfile and paste in the following entry:

       pod 'FBSDKCoreKit'
pod 'FBSDKLoginKit'
pod 'Firebase/Auth'

Now save, and then in your favorite terminal of choice, type the following command:

    ~> pod install

This command will download the needed dependency and its dependencies, and configure your project accordingly. After that, in your project finder,...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Firebase Cookbook
Published in: Nov 2017Publisher: PacktISBN-13: 9781788296335

Author (1)

author image
Houssem Yahiaoui

Houssem Yahiaoui is a Telerik Developer Expert, Google Developer Group Lead, Meetup organizer, Conference Speaker, and Technical blogger among a few things. He has been a developer since the age of 14 and Firebase lover since day one. He's also a passionate JavaScript developer and strongly believes that JavaScript should fix the World's hanger problem.
Read more about Houssem Yahiaoui