# 6. Admin Credentials Steup

1. From your Firebase Console > Your App, go to the **Build > Authentication > Sign-in method** tab and Enable **Email/Password,** and Save it.

<figure><img src="/files/qG1lxTmHXfs0Wto0xg25" alt=""><figcaption></figcaption></figure>

2. Now go to the **Users** tab and click on the **Add User** button and create a new account by providing your email and password.

{% hint style="info" %}
The username and password will be the admin email and password.
{% endhint %}

<figure><img src="/files/QQmwikwDiWZvw5vIRCSE" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/vVPIcz8wjvSmdoXKeHIW" alt=""><figcaption></figcaption></figure>

3. Copy The **User UID** which is required for the next step. Now you have to create a record of the account you have created in the database.
4. Go to the **Build > Firestore Database** and create a collection named **users** by clicking on the **Start Collection** button.

<figure><img src="/files/ykV1gBOcPhYaCPI8WFHR" alt=""><figcaption></figcaption></figure>

5. After clicking Next, you will get a new document form.
6. Use the **user Id** that you have copied as **Document ID**. Create a field named **email** and use your admin **email** as value. Create another field named **name** and enter **your name** as a value. Create another filed named **role** and the type must be an **array** and write **admin** as the first value of that array. Create another field named **created\_at** and the type must be **timestamp** and select **a date and time** as values.&#x20;

{% hint style="info" %}
The fields and types should be the same as shown in the picture below.
{% endhint %}

<div align="left" data-full-width="false"><figure><img src="/files/HgDYOjpWQVGPRCof9Mls" alt=""><figcaption></figcaption></figure></div>

7. Save it and after creating the user collection and document, your document details will look like this:

<figure><img src="/files/jZprsgtN9NRvTERUkXe4" alt=""><figcaption></figcaption></figure>

That's it. Your admin account has been created. You can now log into your admin panel using the email and password you have created.

{% hint style="info" %}
After, login into your admin account, if you see a validation form, just enter your purchase code and validate your account.

[Where to get my purchase code?](https://help.market.envato.com/hc/en-us/articles/202822600-Where-Is-My-Purchase-Code-)
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.newshour.mrb-lab.com/admin-setup/6.-admin-credentials-steup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
