fb_auth icon indicating copy to clipboard operation
fb_auth copied to clipboard

Error: Cannot find native JavaScript type (firebase.FirebaseError) for type check

Open jooaos opened this issue 5 years ago • 5 comments

When I start the sample application the message appears: "Cannot find native JavaScript type (firebase.FirebaseError) for type check"

jooaos avatar Jan 16 '20 16:01 jooaos

Did you include firebase in the index.html?

rodydavis avatar Jan 16 '20 17:01 rodydavis

Ohhh, sorry! I forgot!

jooaos avatar Jan 16 '20 18:01 jooaos

Now I have another question, how do I create a collection in firebase when the user creates the account?

jooaos avatar Jan 16 '20 18:01 jooaos

That would be a firebase function!

rodydavis avatar Jan 16 '20 22:01 rodydavis

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?

jooaos avatar Jan 17 '20 06:01 jooaos