
I'm a beginner, I made an application in React following the guides. The structure of my application is below. I have collections: 'Users', 'Posts', 'Saved Posts'. Between them I managed to set up a Relationship. I now want to create a 'Followers' collection so that my 'User' contains an array of subscriptions (id of the users I followed). How to correctly establish connections between the 'Users' and 'Followers' collections, what are the correct attributes to set?
Recommended threads
- Subdomain failed verification
So I wanted to do a custom subdomain, because local storage doesn't work for me, but I've tried it a long time ago, it didn't work for me, and now I'm trying ag...
- Query params are way too limiting in ter...
I was trying to list rows in a table that do not already exist in another table. I retrieved around 260 row IDs which are 13 characters in length each, and then...
- [Node.js SDK] Bypass 2GB file limit?
Hello. Using either InputFile.fromPath or InputFile.fromBuffer throws this error: File size (2295467305) is greater than 2 GiB Bucket limit etc. is setup corre...
