aaronSig / AbairLeat-iOS

An iOS chat application that uses Facebook for login and Firebase as a backend.
Apache License 2.0
3 stars 2 forks source link

facebook login doesn't work #1

Open wellkunnected opened 8 years ago

wellkunnected commented 8 years ago

Hi,

I ran this app using my iphone 6+ but it wouldnt let me login with facebook. I received an error message. Do I have to create an app on facebook first for this app to work? Thanks for your help!

aaronSig commented 8 years ago

Hi,

Yes to run this you'd need to create your own Facebook and Firebase apps then link your Facebook app to Firebase in their admin console.

wellkunnected commented 8 years ago

Hi,

Thanks for your reply. I created my own facebook app but it's still telling me the facebook app isnt configured correctly in firebase and I've added my App ID and secret. What else am I doing wrong? I really wan to use this app so please direct me as to what I have to do.

aaronSig commented 8 years ago

You'll need to enable Facebook authentication and enter in your app ID and secret into your Firebase console

You'll also need to setup your facebook app ID in the app. See point 5 here

robpeach commented 8 years ago

Hi, what rules are you running in firebase? I've got everything working other than my firebase end.

Thank you :)