Hi folks, one simple question.
Can I put in hard code a simple auth to allow to my app upload files to FireBaseStorage without need to use Oauth. the "B4A FirebaseAuth currently supports two authentication methods: Google and Facebook. There is no support for email / password authentication."
I know it is bad idea put the password etc in hard code, but I need something simple, I will not ask to end user the credentials etc, anyway the files will be uploaded anonymous to FireBaseStorage.
I can do this task with normal FTP server using FTPs etc, but I would like to use the feature of
" uploads and downloads regardless of network quality. Uploads and downloads are robust, meaning they restart where they stopped, saving your users time and bandwidth." <--- that is FireBaseStorage
Thanks... youuuuuuuuuuuu
Can I put in hard code a simple auth to allow to my app upload files to FireBaseStorage without need to use Oauth. the "B4A FirebaseAuth currently supports two authentication methods: Google and Facebook. There is no support for email / password authentication."
I know it is bad idea put the password etc in hard code, but I need something simple, I will not ask to end user the credentials etc, anyway the files will be uploaded anonymous to FireBaseStorage.
I can do this task with normal FTP server using FTPs etc, but I would like to use the feature of
" uploads and downloads regardless of network quality. Uploads and downloads are robust, meaning they restart where they stopped, saving your users time and bandwidth." <--- that is FireBaseStorage
Thanks... youuuuuuuuuuuu