benwinding / react-admin-firebase-demo

Demo project for the react-admin-firebase npm package

Home Page:https://benwinding.github.io/react-admin-firebase-demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Are you using realtime database or cloud storage?

zhouhao27 opened this issue · comments

Are you using realtime database or cloud storage?

@zhouhao27, it uses cloud storage.

It will upload to the bucket specified in this config object.

image

More details here: https://github.com/benwinding/react-admin-firebase

Thanks for your reply. I think you misunderstand what I mean. Actually I mean database. Here is my database in firebase:

store

And my code:

code

But it shows No results found* in react-admin site. Any suggestion? Thanks.