jQuery-File-Upload icon indicating copy to clipboard operation
jQuery-File-Upload copied to clipboard

any firebase integration sample?

Open inglesuniversal opened this issue 4 years ago • 3 comments

my main goal would be to have this wonderful library work on a serverless envirnoment

best regards

inglesuniversal avatar Apr 06 '20 18:04 inglesuniversal

I've marked this as a feature request if someone would like to comment and contribute a Firebase integration sample.

Regarding serverless, the demo of this project has been running on Google App Engine (one of the earliest serverless environments) from the beginning. Both the original GAE Python and GAE Golang samples are part of this repository: https://github.com/blueimp/jQuery-File-Upload/tree/master/server

blueimp avatar Apr 10 '20 00:04 blueimp

Thanks for your comments and support.

The site above shows this domain as target for uploads

https://jquery-file-upload.appspot.com/

Is this site a LAMP (Linux - Apache Server)?

For the reason that I already have access to hosting with firebase hosting, but I want to stay away from running a server of my own or handling updates, libraries and what have you.

just simple javascript recipe!

Regards

inglesuniversal avatar Apr 10 '20 01:04 inglesuniversal

The demo runs on Google App Engine (Golang), so not a typical LAMP (which stands for Linux+Apache+MySQL+PHP) server.

blueimp avatar Apr 11 '20 17:04 blueimp