DEV Community

Discussion on: Can I access Airtable data from Firebase in my react app?

Collapse
 
gr3g profile image
Greg Motyl

Hi,

I never used Airtable but quick look at their website shows they provide API for your data (airtable.com/api). This should be pretty straight forward to consume it in your React app. Just make a GET request from useEffect hook.
If you need detailed answer please share some code snippets. What have you tried so far?
BR
Greg