Skip to content
Advertisement

Tag: firebase

Firebase – Vue database integration not working

I am trying integrating Firebase with Vue 4 application is currently getting the following error. Uncaught TypeError: db__WEBPACK_IMPORTED_MODULE_1_.default.database is not a function I am using “firebase”: “^9.0.0” “vue”: “^3.0.0” My function call is as below I tried the following the following suggestion but it didn’t work. Thank you! Answer The new modular SDK does not use namespaces anymore. So you

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, I have tried code like this way:

Advertisement