FirebaseExtended / firebase-arduino

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

Firebase.available() and Firebase.failed() both returns 0 on every case whether its connected to firebase or not. #471

Open saiof95 opened 4 years ago

saiof95 commented 4 years ago

Firebase.available() print 0 in Serial monitor in both connected and not connected to firebase state. Same case with the Firebase.failed()

saiof95 commented 4 years ago

//Firebase.begin(FIREBASE_HOST,FIREBASE_AUTH); Serial.print(Firebase.failed()); Serial.print(Firebase.available());

AAA530 commented 4 years ago

me too