Hi everyone,
I’m facing an issue with Google Sign-In in my Niotron app, and I hope someone here can help me out. Here’s a summary of the steps I’ve followed and the errors I’m encountering:
Project Setup:
-
I’ve created a Firebase project and added google-services.json in the assets folder of my Niotron project.
-
Google Sign-In is enabled in the Firebase Authentication settings.
-
I’ve also set the correct Application ID and API key manually in the initialization blocks for Firebase Core.
These are the error I am getting
Firebase Auth not initialized.
ApplicationID and API key are required.
My setup block
How can I resolve the error related to Firebase Auth not initialized?