benwinding/react-admin-firebase-demo

Are you using realtime database or cloud storage?

zhouhao27 opened this issue Β· 4 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.