Open kaybeeomm opened 3 years ago
Hi, You can log the error in catch of get post action to see the bug or show here
Hello @iamvucms,
I am receiving the same issue as @kaybeeomm. When I imported your backup.json, it did not import any data for the firebase ("realtime") database. There is a function in the firebase database page to 'export json', and then we should be able to import that json. Could you do that for us?
No It's just for importing firestore. not firebase realtime database
Correct @iamvucms. Could you also export the json for the firebase realtime database for us?
Hey @iamvucms
I am also facing the same problem as above, unable to fetch Post List and Story List, How can we configure firebase database for this project? we have to create new one and configure or are you providing it anywhere in repo?
This is can be easily fixed by adding an index in firebase for (stories and posts) and fields
userId Ascending, create_at Descending
Thanks for sharing your code; really appreciate I was able to compile the code and run it but I'm getting the error in the attachment; it's not able to get the Story list and also getting error can get information. Could you please help out on why I'm getting those error? Note; I'm using the data from your database dump for firebase.