This repository is part of a video that explains how to build a multifactor authentication with Firebase. You can find the video here
Go to the link of the project to see the sample app.
- Nodejs
node
yarn
- TypeScript
Typescript
- Nextjs
Next 13
- Backend As A Service
Firebase
- Style Sheet
Tailwindcss
- Icons
phosphor-react
- Toast Notification
react-hot-toast
git clone https://github.com/ShekMak/firebase-mfa
First, install dependecies
yarn install
run the development server:
yarn dev
Open your browser to see the result.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
Designed and developed by 2023 Shekinah TSHIOKUFILA
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.