jolly-crimson
jolly-crimson2y ago

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
refine-support-bot
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 @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-directus
robust-apricot
robust-apricot2y ago
Hey @game2023, We haven't work on firebase, so we don't have enough information. Maybe community can help you 🙏🏻
Omer
Omer2y ago
@rturan Do you have any idea?
passive-yellow
passive-yellow2y 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.
jolly-crimson
jolly-crimson2y ago
ok thanks !!