Replies: 4 comments 3 replies
-
That should not happen if the library was properly installed and use it normally. Please remove all Firebase libraries found in the Arduino libraries folder and install the latest version again. Please make sure that no concurrent data set to the same RTDB node from other clients happened. |
Beta Was this translation helpful? Give feedback.
-
Are you trying to pass number to the setString function? You should try this basic example for proper usage. |
Beta Was this translation helpful? Give feedback.
-
For "concurrent data set", I mean some devices or clients are trying to change the database at the same path at the same time. |
Beta Was this translation helpful? Give feedback.
-
Please update the library and also try to create new Firebase project. |
Beta Was this translation helpful? Give feedback.
-
I have been trying to set two string values with setString() command. However, after running it, it says the ETag doesn't match as I stated in the title. It seems the way I use the command wrongly, if so, is there anyway for me to do the similar thing using different way?
Below are my code and the returned error. Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions