Hi. It's a little typo, but has driven me almost crazy. Here it is:
When downloading a file with
the event sub raised is "storage_DownloadCompleteD", but if you want to "Wait for" the download to finish, you have to write:
without the 'd' at the end!
Best regards.
When downloading a file with
B4X:
storage.DownloadFile(FirebaseStoragePath, localDir, "localFile")
the event sub raised is "storage_DownloadCompleteD", but if you want to "Wait for" the download to finish, you have to write:
B4X:
Wait for storage_DownloadComplete
without the 'd' at the end!
Best regards.