Help with firebase

I copied the link from firebase.

I pasted the URL into the component.

I set the rules.

{
  "rules": {
    ".read": false,
    ".write": false
  }
}

Inside Firebase I added an Android application.
4

I copied the package name from kodular

I pasted the package name into firebase.

I copied the SHA-1 from kodular

I pasted the SHA-1 into firebase.

I downloaded the google-services.json file.
I copied the API key from the file.

I pasted the API key inside the component.

I uploaded the file to the project.

I only have one block right now.
blocks

When I run the program I get an error message that my access is denied.

I would really appreciate any help understanding what I am doing wrong.

It may help you

I know this guide
I did everything it says there
The API key is inside the file. It is not in the settings screen.
Uploading: 13.png…
Uploading: 14.png…
I still get access denied

Set both rules to true, to read and write from Firebase.
Or refer to this guide : Firebase Rules - Kodular Docs