Firebase auth not working | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

Firebase auth not working

Hey guys, Iā€™m using Firebase auth for my project, and I get an error every time I use my sign up function. It looks like it says Firebase.auth is not defined. It seems like thereā€™s a problem with the SDK. I have all the SDKā€™s inserted but I guess they are not loading properly. I even tried putting them at the end. https://code.sololearn.com/Wt098Uxkdgv8/?ref=app

4th Aug 2020, 10:33 PM
Coder
Coder - avatar
2 Respostas
+ 1
`src="/__/firebase/7.17.1/firebase-auth.js"` won't work. In the docs they have used '/__/firebase/' as an abbreviation for the path to the firebase file. Instead use `src="https://www.gstatic.com/firebasejs/7.17.1/firebase-auth.js"` Your code still has an error but it is easy enough for you to figure out. Also, while fixing the code, I created an account. Delete it from the console please.
4th Aug 2020, 10:47 PM
XXX
XXX - avatar
+ 3
XXX Thanks for your help šŸ‘ŒšŸ»
4th Aug 2020, 11:08 PM
Coder
Coder - avatar