Skip to content

Tag: firebase

TypeError: a.preventDefault is not a function

I’m trying to register auth with firebase using the name, email and password, but when I tried to register with that info then give me an error, like this: TypeError: a.preventDefault is not a function I’m sure my firebase connect is ok, because before I have save post data from this project, so, …