Seeking resources to build a React app using Moralis, Firebase, and Web3Auth

Hi, I’m looking to create a React dapp with Moralis, Firebase, and Web3Auth. I have successfully implemented a React app with Web3Auth based on https://docs.moralis.io/docs/how-to-sign-in-with-web3authio . Separately, I got https://web3auth.io/docs/guides/firebase to work as well. I need to somehow merge the above two together and get Moralis into the mix. I’m looking for resources/examples/tutorials/anything that helps.

Also, I see that Moralis positions iteself as Firebase for Crypto here: https://moralis.io/firebase-for-crypto-the-best-blockchain-firebase-alternative/ . Is it still true? I don’t see the option to create a server in Moralis anymore.

Help is greatly appreciated! Thanks in advance!

Hi @deepak.k.ghosh,

Moralis is no longer providing servers and all the moralis server features are now available through APIs. By using the Moralis API you can implement the moralis server features in the firebase backend as well.

We don’t have a tutorial showing to use web3auth with firebase, however, you can find a tutorial showing how to authenticate with firebase and metamask in these docs and you can try to implement web3auth into this.

Let us know how if you have any errors we will try to help.

Got it. Just to confirm then, I’ll need something like Firebase to use Moralis. Moralis isn’t a replacement for Firebase or an otherwise traditional BaaS, correct?

Correct, Since we are not providing new servers/db we dont replace other backend providers like Firebase.

Hey there @deepak.k.ghosh

Just checking in whether you still have any unanswered question, would be happy to provide you more comprehensive guide on building your use case without Moralis server :raised_hands:

All good for now. If there are more comprehensive guides to implementing Moralis with AWS or Google Cloud/Firebase, that’d be fantastic. Otherwise, I’m digging and will come back if I have specific issues. Thank you!

1 Like

Fantastic! For integrations w/ AWS, GCP, or Firebase we have a bunch of them here https://docs.moralis.io/docs/aws-integration

Highly recommend you to check it out!

Otherwise, I’m going to close this thread for now :grinning_face_with_smiling_eyes:

Have a nice day~