Hello!
I’m trying to setup a Web3 Auth with Firebase Extension in a Next.JS application but I’m having some problems.
I followed this tutorial https://www.youtube.com/watch?v=2HLxYYmZp94&ab_channel=MoralisWeb3 up to a point. I have created the extension and it looks fine in the Firebase admin area. The problem is when I’m trying to connect it to the Nextjs application.
In the tutorial, there’s no wrapper or provider over the entire app and I’m curios how this works. I have some errors and I don’t know how or where exactly to connect the extension in my front-end project.
Here’s the error that I’m having:
If someone did this in a next.js app and managed to make it work, please leave a reply! I did not find a solution, yet…
Thanks!