mobizt / Firebase-Arduino-WiFiNINA

Firebase Arduino Library for ARM/AVR WIFI Dev Boards based on WiFiNINA
MIT License
65 stars 12 forks source link

error: connection refused #47

Closed shaina-espulgar closed 1 year ago

shaina-espulgar commented 1 year ago

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 1 year ago

The database URL (actually only host name) may not valid. https://github.com/mobizt/Firebase-Arduino-WiFiNINA/blob/a74d6e49a662c677e8b8df12d5337c1ea4981612/examples/Basic/Basic.ino#L18

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

mobizt commented 1 year ago

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.