you can just combine the calls for data with await promise.all and get the data at the same time
And just have 15 attributes
not a biggie, that's what i do
oh that's cloud, right?
well even if its 15 attributes, that's enough
It's in the selection database attributes
just create more collections
is there a limit to that?
what have you got with more than 15 attributes?
could you give me an example?
Yeah understand indeed
which is one dataset you would require
Ah yeah of course that's also a thing I could do. Idk of there is a limit for that. Just have 5 collections rn. But I thought all in one is much easier to get the data
easyer, maybe yeah, but you got to think in the big picture, that's more data even not needed one
think about the people on with bad internet connections
every kb saved is more trust gained
😄
Yes ofc.
In the collection "users" I have 15.
1. Liked (relation ship)
2. Name (string)
3. Username(string)
4. Account ID(string)
5. Email(email)
6. Bio(string)
7. ImageId(string)
8. ImageUrl(URL)
9. Posts(relationship)
10. Saves(relationship)
11. Reacted( a stuck one what I can't delete for some reason)
12.Online status( string)
13. HasLikes(string)
14. Comment(relationship)
15. LikedComments(relationship)
well, name username, account, email, i think that's already in user
You mean the Auth?
There's only name, identifiers, status, labels, joined and last activity
yeah but you got the user model already you got access
And I need that ones to get to the databases. That's why I added that 🙏
where you can store that
which makes more sense, right?
Recommended threads
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...
- What Query's are valid for GetDocument?
Documentation shows that Queries are valid here, but doesn't explain which queries are valid. At first I presumed this to be a bug, but before creating a githu...
- Appwrite exception: user_unauthorized, t...
After refreshing the app it is working perfectly