When I run my app I get the following error. I am 100% certain that I copy and pasted my "google-services.json" file in the correct directory.
How can I solve this?
When I run my app I get the following error. I am 100% certain that I copy and pasted my "google-services.json" file in the correct directory.
How can I solve this?
Add the following line in the index.html
file
<script src="https://www.gstatic.com/firebasejs/8.6.1/firebase-app.js"></script>