I have canvas editor component that provide me base64 image data in SimpleForm of react-admin How can i upload the image file to server ? i am using data provider : https://github.com/benwinding/react-admin-firebase
<Create {...props}>
<SimpleForm>
<TextInput source='location_name'/>
<EditorComponent />
</SimpleForm>
</Create>
I am new react and react-admin