-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is there any chance that we can have a look at the firestore schema (structure) #171
Comments
@amoo12 Sharing Main CollectionsMessage CollectionProfile CollectionChat Users Inside Profile CollectionFollowing User inside Profile collectionNotifications Inside Profile CollectionTweet CollectionIf you also want to have a look into |
thank you @TheAlphamerc this will help a lot, I will go ahead and close this issue. |
Hi @TheAlphamerc, thank you so much for sharing this! Do you mind sharing with me the reason for having both timestamp and createdAt in your message documents? Wouldn't one be enough? Thanks in advance! |
Actually I added |
Hi @TheAlphamerc , Thank you for sharing the schema of FireStore collection. I have created exactly the same schema on the Firebase. But it is still not saving the data in the firebase collection from app. However, the realtime database is working fine. Is there anything needs to be configured in the app to send data to the firebase firestore collections. Kindly share. |
Hi, amazing work here mate
is there any chance that we can check the firestore schema (structure), I would like to have a look at the way you structure firestore collections.
are you using cloud functions to propagate any data changes?
I am trying to find solutions for some scenarios for example:
where we need to update older tweets when the user changes their profile picture. I believe that this is still an active issue with Fwitter.
you might want to check this out, this project provides solid solutions to such scenarios.
https://medium.com/@garyalexanderpiong/building-a-working-instagram-clone-using-flutter-and-firebase-1c9f9bb960ef
The text was updated successfully, but these errors were encountered: