sensitive-blue
sensitive-blue6mo ago

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
broad-brown
broad-brown6mo ago
refine connects API through data provider. for example you can use this data provider for firebase https://github.com/resulturan/refine-firebase
sunny-green
sunny-green6mo 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
sunny-green
sunny-green6mo ago
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...
broad-brown
broad-brown6mo 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