Hey guys setting up my first moralis app with firebase and i’ve followed all steps in the moralisweb3 yt video: https://www.youtube.com/watch?v=2HLxYYmZp94&list=PLFPZ8ai7J-iTSo8lnHNpMulFjF3tYW2aB&index=3 except added my own frontend.
Getting the following error loading up my app:
FE Code for auth init looks like:
const app = initializeApp(firebaseConfig);
const moralisAuth = getMoralisAuth(app);
const auth = getAuth(app);
looks like the getMoralisAuth is failing.
Can’t find anything about this online either, some help would be greatly appreciated! Thanks