Heyyo!
Trying to get the Moralis Firebase Auth Extension to work with my Angular project by following Jays tutorial and am stuck in an issue similar to this one where Iām getting the following error on trying to connect to metamask. .
To connect to the service from the client side Iām doing the following:
That code snippet is whatās causing the āService functions is not availableā error above.
The solution presented in the issue similar to this one was adding the correct āregionOrCustomDomainā param when calling getMoralisAuth. This didnāt solve the issue for me.
What did change the error for me was when I defined firebase functions like so,
but the error that followed is what brought me here.
After that error I installed @angular/fire and imported it from the app.modules file but the error keeps persisting.
I feel that I might need to install the whole angular/fire suite but I donāt think I have to go that far to interact with the extension. Hopefully someone can shed some light on this issue.
Thanks!