I am using Firebase with AngularJS in my application. When a user logs into the app with the Facebook authentication I want to create a new user object (with some properties coming from Facebook and some relative to my app) and store it in Firebase. It's simple, I'm pushing the new User object:I am using Firebase with AngularJS in my applic