firebase-arduino icon indicating copy to clipboard operation
firebase-arduino copied to clipboard

Arduino samples for Firebase.

Results 101 firebase-arduino issues
Sort by recently updated
recently updated
newest added
trafficstars

Since Database secret are now being deprecated would it be possible to use new token generation. Can it be done on ESP8266 ? -> Database secrets are currently deprecated and...

feature
arduino
core

Database secrets are currently deprecated and use a legacy Firebase token generator. Update your source code with the Firebase Admin SDK.

My project worked perfectly until 2020/02/17 1:28:55 AM and suddenly it crashed. error - firebase failed there is no issue with wifi or the Node MCU libraries I used -...

How i fix this error ? help me please with example you can test with this #define FIREBASE_HOST "tmm-control-default-rtdb.firebaseio.com" #define FIREBASE_AUTH "UMSoNu2cGNM1Nmzbpv7B5rjms2XceBcuzVwJnKeI"

Two days I did everything to connect to the firebase but I couldn't connect. below is my code. Looking for help plz: #include #include #define LedPin 16 #define FIREBASE_HOST "nodemculed-32c6b.firebaseio.com"...

I need help with the problem adressed, I changed fingerprint to: static const char kFirebaseFingerprint[] = "03 9E 4F E6 83 FC 40 EF FC B2 C5 EF 36 0E...

O uso dos segredos de bancos de dados foi suspenso. Eles utilizam um gerador legado de token do Firebase. Atualize seu código-fonte com o SDK do Firebase Admin. The use...

I want to start .stream forever each 3 seconds in a loop. Please tell me that how can i do this. I want to this because i am controlling my...