Replies: 3 comments 3 replies
-
Library works fine. The problem is your network. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Library works for all supported devices under the same code. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Library updates can't be affected to your device anyway because I'm not a service provider or own or able to access your Firebase project. And your device is already run the compiled binary code or firmware and it's impossible that the library changes can affected your device if you don't recompile and upload it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tested a project where I combine FCM and RTDB at once.
All worked fine , Oath2 .0 token generated fine, I was able to send the FCM messages, save values to RTDB and receive Stream (changes ) in a node.
However as of today afternoon the project stopped working on ESP32.
I see the the OATH2.0 token generated, I still can send the messages but I stopped being able to save data to RTDB and Stream times out 99% of the time.
When I save to RTDB I get a message
Then next error related to stream follows:
Suddenly the stream connects and then it gets the changed data, but immediately times out
Strange thing is that all worked for last 2 weeks , errors started just today.
When I compiled the same to esp8266 env, everting (still) works as before with no error.
I need the project to run on ESP32 due to memory limits of 8266 and the speed.
Was there any change in Firebase today , affecting only ESP32 ? Is this a bug?
Beta Was this translation helpful? Give feedback.
All reactions