mobizt/Firebase-Arduino-WiFiNINA

error: connection refused

shaina-espulgar opened this issue · 2 comments

I've read this one and this one. I've compiled with all your solutions but still, the same problem occurs.

My firmware is latest:

and here are my
image

I've also renew the database secret.

My FIREBASE_HOST is in correct syntax.
image

My board is Arduino Nano 33 IOT

Sorry for the inconvenience. Badly need your help for this!

mobizt commented

The database URL (actually only host name) may not valid.

#define DATABASE_URL "URL" //<databaseName>.firebaseio.com or <databaseName>.<region>.firebasedatabase.app

Please try to delete your database secret in your project and create new one.
Or create new project.

mobizt commented

I can confirm that this is not library issue.

If you have tried everything in your code and all credentials you provided are ok. You should check your internet connection included your WiFi AP, router and internet ISP.