FirebaseExtended / firebase-arduino

Arduino samples for Firebase.
Apache License 2.0
943 stars 494 forks source link

NodeMCU not connecting to newly created Firebase Databases? #432

Closed akshay-gv closed 5 years ago

akshay-gv commented 5 years ago

I have many older projects on firebase which are connecting to firebase databases properly.

Now when I create new projects and connect them to the nodeMCU they always fail.

FYI: fingerprint is already taken care of.

mobizt commented 5 years ago

You need to change FIREBASE_AUTH to current database secret of your new project. Under Firebase console go to Project settings -> Service accounts -> Database secrets

akshay-gv commented 5 years ago

It's done! But still not working.

mobizt commented 5 years ago

Try to install ESP8266 Core SDK version 2.4.2 instead of 2.5.x.

akshay-gv commented 5 years ago

Can you give me the link?

mobizt commented 5 years ago

In Arduino IDE at Boards Manager, search for esp8266 and choose the version to install.