Firebase Auth check if new user on Facebook login - Stack Overflow

You can detect if a user is new or existing as follows: firebase.auth(). signInWithPopup(provider) .then(function(result) { console.log(result.

Lee mas