Hello everyone, I'm testing the finefoods dashboard with refine-firebase
everything is working fine, but I would like to know if anyone has already used the refine-firebase dataprovider to store images, if so what are the ways to store images / avatar in firebase storage with dataprovider refine-firebase ?
5 Replies
Hi, I am refine support bot :wave:. I am here to help you with your question. I searched for the answer to your question in the refine documentation and found an answer! 🏆 If this is the answer you need, then we are very lucky. If not, please wait for someone from the refine core team or the community to try to help you.
Answer: It is possible to store images/avatars in Firebase Storage with the refine-firebase dataprovider. The Firebase services and the
Answer: It is possible to store images/avatars in Firebase Storage with the refine-firebase dataprovider. The Firebase services and the
@tspvivek/refine-directus
connector can be used to store images/avatars in Firebase Storage.
SOURCES:
- Firebase: https://firebase.google.com/
- @tspvivek/refine-directus
: https://github.com/tspvivek/refine-directusoptimistic-gold•2y ago
Hey @game2023,
We haven't work on firebase, so we don't have enough information. Maybe community can help you 🙏🏻
@rturan Do you have any idea?
conscious-sapphire•2y ago
Hi, refine-firebase package generates the dataproviders for firebase realtime-database, firestore and authentication services. To store images you need to use Firebase Storage (cloud). Refine-firebase package don't have dataprovider for Firebase Storage.
flat-fuchsiaOP•2y ago
ok thanks !!