Skip to content

[SFA] Improve Quick Start #997

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
resolve review comments
  • Loading branch information
AyushBherwani1998 committed Dec 15, 2024
commit 884159cc82edd5892e5c3cc5a3eb08034d96d76f
7 changes: 4 additions & 3 deletions src/pages/quick-start/commonSteps/createFirebaseVerifier.mdx
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is too much focused on Firebase, we do not want people to perceive the that the SDK only works with Firebase. We want generic content here.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also web one uses google one tap

Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading