ra-data-firebase-client icon indicating copy to clipboard operation
ra-data-firebase-client copied to clipboard

firebase data provider for react-admin framework

Results 4 ra-data-firebase-client issues
Sort by recently updated
recently updated
newest added

DateInput works fine but DateTimeInput cannot be saved, the field is missing in firebase. If there's a pre-defined field, it will be removed. The Posts in the example can be...

If I place ImageInput inside ArrayField: ``` ``` The image url brokes. It does not looks like base-64 image and looks like "blob:http://localhost:8080/c7956ca5-9c1b-44c1-a001-d84b90e4d4b0" and stores locally.

when i run the script i get this error : Module not found: Can't resolve 'sort-by'

I would like to display a list of users. So, in the database I get something like this : ``` "users": { "user1": true, "user2": true, "user3": true, } ```...