funny-blue
funny-blue13mo 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
extended-salmon
extended-salmon13mo 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
like-gold13mo 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
like-gold13mo 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...
extended-salmon
extended-salmon13mo 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

Did you find this page helpful?