Error while using DownloadOTA - Updater end() failed. #427
-
Hey, Here's what i did.
Error: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Why store firmware in the cloud storage and use the RTDB example? Nothing is related between Firebase Storage and RTDB which RTDB is not support storing file. The library encrypted file or firmware file as base64 string before storing it in RTDB You must store your firmware file to RTDB using Please read all comments in the examples and follow it. In case you want to use storage, here are examples for Firebase Storage and Google Cloud Storage. |
Beta Was this translation helpful? Give feedback.
Why store firmware in the cloud storage and use the RTDB example?
Nothing is related between Firebase Storage and RTDB which RTDB is not support storing file.
The library encrypted file or firmware file as base64 string before storing it in RTDB
You must store your firmware file to RTDB using
setFile
.Please read all comments in the examples and follow it.
In case you want to use storage, here are examples for Firebase Storage and Google Cloud Storage.