How to Authentication System ADD in my React Project
React project এ খুব সহজেই firebase এর মাধ্যমে authentication এড করার সহজ মধ্যম। নিচের step গুলো ফলো করলে সহজ হবে।

Hi, I am Full Stack Developer. I can build web application, android application, desktop application. My core programming language is JavaScript.
Step - 1)
create a project like I will create a react project. using thisnpm create vite@latest my-project -- --template react
now open your project in VS code.
Step - 2)
we need to go firebase official website. you can click here for go firebase
* After go to firebase website you will see a + button add project. Please click here.
* Enter here your projecct name and then click continue

