From 884159cc82edd5892e5c3cc5a3eb08034d96d76f Mon Sep 17 00:00:00 2001 From: AyushBherwani1998 Date: Sun, 15 Dec 2024 22:29:04 +0530 Subject: [PATCH] resolve review comments --- .../quick-start/commonSteps/createFirebaseVerifier.mdx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/pages/quick-start/commonSteps/createFirebaseVerifier.mdx b/src/pages/quick-start/commonSteps/createFirebaseVerifier.mdx index e22f9deef..cb52e83bc 100644 --- a/src/pages/quick-start/commonSteps/createFirebaseVerifier.mdx +++ b/src/pages/quick-start/commonSteps/createFirebaseVerifier.mdx @@ -4,9 +4,10 @@ title: Setting up your Firebase Verifier import VerifierDashboard from "@site/static/images/dashboard/create-verifier.png"; -One of the prerequisites of using this SDK, is the creation of a custom verifier. This can be done -easily by setting up custom authentication in your Web3Auth Dashboard. In this guide, we will be -using Firebase as our Auth Provider. +To get started with this SDK, you'll need to create a custom verifier. Don't worry, it's a simple +process! You can set it up quickly by enabling custom authentication in your Web3Auth Dashboard. In +this guide, we'll be using Firebase as our Auth Provider to make everything seamless and +straightforward. :::info