If utilizing Google Firebase I wish to compile a listing of all of the customers who use my app (server facet in fact) after which return every consumer one other consumer to work with, what Firebase product would I exploit. I initially thought I’d use cloud capabilities however after watching some movies about cloud capabilities and studying the docs for cloud capabilities, I’m extra confused. I need all this code to be server facet, not consumer facet.
I watched some YouTube movies about cloud capabilities and skim some documentation however now I’m extra confused about what actual Firebase product I ought to use to compile my record of customers that, only for an excessive case, could possibly be thousands and thousands after which assign every consumer one other consumer to speak with on my app. The explanation I wish to do that all backend is as a result of it’s simply safer. I do know I may do that consumer facet as a result of I’ve no customers for my app however the primary factor I wish to get out of that is tips on how to arrange backend code. By the way in which, I do know that with Firebase authentication there’s a record of customers however I’m extra speaking about taking that record of customers and assigning every consumer with one other consumer.
Thanks quite a bit!