Firebase Auth : Service functions is not available

Sadly it didnā€™t work, Im planning to just drop the firebase extension. Is there any other way to create authentication with a wallet using firebase?

I tried wagmi, it works but I have no idea how to put that in firebase auth. What kind of auth provider can I use with web3 wallet?

Sorry to hear this bro, these errors really do not say much.

hey @johnversus, I tried another try catch approach and was able to pop out the MetaMask login for the first time.

However Iā€™m now getting this error after successfully logging into metamask.

Hi @donswerty

In case if you have passed functionNamePrefix param value to getMoralisAuth function make sure it is not undefined or null.

functionNamePrefix parma is mostly not required if you have installed the plugin as per the tutorial. So try removing it too.

I donā€™t have that passed in the getMoralisAuthā€¦

Do you see any request in the browser network tab related to this? You can check if it included any value for functionNamePrefix

In another way try including the functionNamePrefix param and pass the default value as "ext-moralis-auth-". In case if the error is directly from the sdk then this might solve it.

Iā€™m getting the same result. with or without the functionNamePrefix passed in.

I went in the function and see this, it says ā€œNot availableā€, what does that mean?

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.