Skip to main content

All Questions

Tagged with
0 votes
0 answers
107 views

facebook App ID not found after adding firebase auth swift

Recently added firebase to my swift project, prior to this the login had worked but now the app works and loads but when I click my login button, it crashes and I get an error saying the facebook app ...
Shehzaad Daureeawoo's user avatar
0 votes
0 answers
53 views

Firebase Facebook Authentication publishing

So I am trying to incorporate facebook login to firebase app. I can log in only with my developer facebook account. Do I need to publish my app on facbook developer so that I can use facebook log in ...
LULULULALLA's user avatar
0 votes
1 answer
54 views

How to run code immediately after facebook login?

I am making an app supporting login with email and password, login with google and login with facebook. I have implemented login with email and google and am using firebase for user authentication and ...
Alex Aghajanov's user avatar
0 votes
1 answer
204 views

What is the best practice to retrieve Facebook user picture with Firebase in Swift?

I have the following method in a ViewModel to handle user clicks on a Facebook login button: import Foundation import FirebaseAuth import FacebookLogin /// A view model that handles login and logout ...
PipEvangelist's user avatar
0 votes
1 answer
784 views

SwiftUI login with Facebook and Firebase

I am trying to do a Facebook and Firebase login on SwiftUI, all right but I don't know how I can change my view when login are success For my Facebook button, I call it like that var body: some View { ...
jdanvz's user avatar
  • 44
1 vote
1 answer
740 views

Facebook Login in Firebase (iOS), Error 10814

I am getting the following error when trying to log in using Facebook and Firebase in iOS (swift): -canOpenURL: failed for URL: "fbauth2:/" - error: "The operation couldn’t be completed....
kiunsiho's user avatar
0 votes
1 answer
247 views

Graph request Facebook iOS swift not working Im trying to take the user data and upload it into app Cloud Firestore

@IBAction func buttTapped(_ sender: Any) { func facebookLogin(){ let loginManager = LoginManager() loginManager.logIn(permissions: ["publicProfile", "email"], from: self) { loginResult ...
Rayisooo's user avatar
  • 122
0 votes
1 answer
800 views

Facebook Login email + password not working

I am using Facebook Login for a Firebase app. I used to be able to fill in email + password, but now I only see a button to authenticated with my Facebook app on my iPhone (in simulator it is working ...
Niels's user avatar
  • 125
2 votes
1 answer
328 views

How to check if Google/Facebook account has already been used to create account on Firebase Auth

I am currently working on the signup/login of my app using Firebase Authentication. I have custom buttons for Facebook Signup/Login and Google Signup/Login. For example, the code for the Facebook ...
Taka Kai's user avatar
1 vote
1 answer
1k views

Linking multiple Auth Providers using Firebase Auth

I'm having difficulty trying to use FB Login credentials to log into a Firebase Auth account when an account with the same email address already exists. Ultimately I want to link the two auth ...
akash23a's user avatar
  • 127
0 votes
0 answers
181 views

No callback for IOS Firebase Facebook Login FUIFacebookAuth

I am having issues with the callback from Facebook login using Firebase's pre-built login system. This was working a last week and I have not changed anything around the login area that would have ...
P Thao's user avatar
  • 1
0 votes
1 answer
351 views

Firebase Anonymous Login - Why FirebaseID changes when logged to Facebook, but it remains the same when not logged to Facebook?

I have the following logic for allowing guest users to login to my app: (1) Login as Anonymous. (2) Check if Facebook is logged. (3) If it is logged to Facebook, link to Anonymous. ...
zeh's user avatar
  • 1,307
10 votes
2 answers
8k views

Login through Facebook using OAuth issue with Firebase (App_id in the input_token did not match the Viewing App)

I am trying to login through Facebook, collect some data over OAuth and then login to Firebase using the credential. I am however encountering an issue (please see logs below). CODE EXAMPLE @objc ...
Anters Bear's user avatar
  • 1,916
2 votes
1 answer
2k views

Why did Auth.auth().currentUser?.uid return a nil value?

I want to store users under their Firebase generated uid. When I attempt to use this code: func showCredentials() { let credential = FacebookAuthProvider.credential(withAccessToken: ...
Justin Reddick's user avatar
0 votes
2 answers
165 views

How do I get a user's facebook username (and other user info) when logged Firebase?

I am building an iOS app in Xcode. I log users in with Facebook via Firebase and each new user is created within the firebase realtime database accordingly. When signing in, users give me access to ...
Liam Ottley's user avatar

15 30 50 per page
1
2 3 4 5