Getting Started ​
As Firebase Web3Connect leverages Firebase Authentication service to authenticate users with Web3 wallets, you need to have a Firebase project with Firebase Authentication enabled and configured in your application before you can start using Firebase Web3Connect.
Prerequisites ​
Before you begin, ensure you have the following prerequisites:
- Node.js version 18 or higher.
- A Firebase project with Firebase Authentication enabled.
- Setup desired sign-in methods in Firebase Authentication settings.
- A application or DApp that you want to integrate with Firebase Authentication.
- Basic knowledge of JavaScript and Firebase.
Firebase Project Setup ​
- Create a new Firebase project or use an existing one.
- Enable Firebase Authentication in your Firebase project.
- Setup desired sign-in methods in Firebase Authentication settings.
- Get your Firebase project configuration settings.
Application Setup ​
- Install Firebase and Authentication service in your application.
- Install Firebase Web3Connect in your application.
- Configure Firebase Web3Connect with your Firebase project settings.
- Start using Firebase Web3Connect in your application.