Error: Cannot find native JavaScript type (firebase.FirebaseError) for type check
When I start the sample application the message appears: "Cannot find native JavaScript type (firebase.FirebaseError) for type check"
Did you include firebase in the index.html?
Ohhh, sorry! I forgot!
Now I have another question, how do I create a collection in firebase when the user creates the account?
That would be a firebase function!
So you can use the "displayName", but if I want to send my database another parameter, let's suppose the parameter "name", how can I do that? And how can I access it later?