Hello 👋
If I'm not going to use the built-in relations feature because it's still in experimental mode, then what are the best practices for linking documents together? Should I store the IDs in the document fields? And if I have a one-to-many relationship, then should I store the multiple IDs in an array? And create a separate dedicated table for the many-to-many relationships? And simulate the document deletion operations using cloud functions?
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...