Hello people, i just did the javascript
Hello people, i just did the javascript master react refine tutorial, and i didn't understand one thing, can i connect this app with firebase so i can have a backend easily?
4 Replies
flat-fuchsia•11mo ago
refine connects API through data provider. for example you can use this data provider for firebase
https://github.com/resulturan/refine-firebase
like-gold•11mo ago
The tutorial was made with graphql, is it still able to connect to firebase? Or do i have to scrap the graphql part
i'm mostly a front end developer, for backend usually i just use firebase, so that got me a little confused
like-gold•11mo ago
It was this tutorial:
https://www.youtube.com/watch?v=6a3Dz8gwjdg
JavaScript Mastery
YouTube
Build and Deploy a React Admin Dashboard With Real time Data, Chart...
Build an admin dashboard with full authentication, a homepage displaying charts and activities, a comprehensive table for companies with CRUD and search, and a Kanban board with real-time synchronization using Refine Framework.
⭐ Refine: https://github.com/refinedev/refine
💻 App Source Code and Readme (code snippets at the bottom): https://git...
flat-fuchsia•11mo ago
You are able to connect but you don't need anymore gqlQuery and gqlMutation on data hooks. Refine usages is still stays as the same