Audio on firebase

Hi, I’m working on a messaging application. I found the SimpleBase64 extension which allows you to upload images to firebase and show them. Is it possible to do the same with the audio what exploiting the recorder and the player integrated in the appinventor? The File2String extension fails because the path is needed. Anyone know how it would be possible to do this? Thanks in advance, The.

Hi,

maybe you could try this extension:
com.KIO4_Base64.aix

http://kio4.com/appinventor/277_extension_imagen_string.htm

  • If the file is in the assets we put fileName: //mifoto.jpg
  • If the file is in the sdcard we put fileName: /mifoto.jpg

Thanks, this extension seems to be right for me.
One last thing, does anyone know where the AudioRecorder files are saved?

guardarrecording

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.