firebase

Hero image for article
Icon for article
angularfirestoreangularfirerxjsfirebaseauthcryptoethereumweb3metamask

Creating a Web3 Login with Ethereum/MetaMask Integrated with Firebase Auth

12 min read

We look at how to create a login process using MetaMask to sign data with a private key for an Ethereum address, and use that to authenticate with Firebase using a Custom Auth Token.

Hero image for article
Icon for article
angularreactstencilallfirestorefirebasetestingtdd

Using TDD to Test and Deploy Firestore Security Rules Locally

11 min read

In this tutorial, we walk through how to write unit tests for Firestore security rules locally and test them using the emulator