chmln / vue-wysiwyg

A lightweight WYSIWYG HTML editor for Vue.js
https://chmln.github.io/vue-wysiwyg/
MIT License
555 stars 134 forks source link

Firebase endpoints for uploadURL #22

Closed adarshsosale closed 6 years ago

adarshsosale commented 6 years ago

I'm having issues setting this up with firebase. Is the endpoint for the firebase storage the same as the databaseURL? Help with regard to this is greatly appreciated! (And an example perhaps)

chmln commented 6 years ago

Hello,

This component simply sends the image to the specified endpoint. How you handle it server-side is up to you.

If I was familiar with firebase I'd help, but unfortunately I'm not.

adarshsosale commented 6 years ago

No problem. Thanks a lot! Great plugin!