How to do Firebase Facebook Authentication?
I've been trying to follow the guides on the Firebase website in order to get Facebook Authentication to work but I just don't understand how that is suppose to work. It seems like they want to connect to Facebook from some kind of native process and then use that in Unity. But I can't just do it from within the engine.
This is the instruction set from the website:
But it seems like the Firebase answer to this questions is: First Authenticate from the native level and then use that in Unity.
What?!
Answer by hmortensen2907 · Jan 30, 2018 at 06:43 PM
Hi Sabre-Runner,
Year, you need to handle the login yourself :/ You need to add the Unity Facebook SDK and login through that. You can find the newest one here.
The SDK contains some very good examples, including how to login.
Good luck,
Your answer
Follow this Question
Related Questions
Facebook SDK - iOS - Doesn't return user data 1 Answer
how can i use facebook authentication for pc games? 0 Answers
firebase authentication with facebook 1 Answer
error CS0246: The type or namespace name `FBResult' could not be found 2 Answers
firebase - Facebook authentication invalid access_token error code 43 1 Answer