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.
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.
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.