Firebase Authentication not initialising

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:

  1. I’ve created a Firebase project and added google-services.json in the assets folder of my Niotron project.

  2. Google Sign-In is enabled in the Firebase Authentication settings.

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

Try this:

Firebase Components needs to be initialized after the Core is Initialized

1 Like

Not working same error occurring
Firebase not initialized
And what about that error sir applicationId and api key

@One_for_Eighty if you are using json file, are you testing on a compiled app?

1 Like

@One_for_Eighty can you share your new blocks image and can you confirm if usejson is checked in the designer properties

2 Likes