firecmsco / firecms

Awesome Firebase/Firestore-based CMS. The missing admin panel for your Firebase project!
https://firecms.co
Other
1.15k stars 184 forks source link

React or Javascript SDK #660

Closed ohabash closed 2 months ago

ohabash commented 2 months ago

If one exists -- i apologize new here. Is there an SDK for accessing the data. Or the recommended way is to use firebase?

fgatti675 commented 2 months ago

Hi, sorry for the late reply. If you are building an app outside FireCMS we recommend using the Firebase SDKs. Within FireCMS, you can either use the Firebase SDKs, or the internal components via useDataSource or useStoragesource which talk to those SDKs, or whatever data source you specified. Best,