I'm trying to use cunnectycube for our flutter(+ firebase) app that is chat application and I want to add audio call function.
How can we add cc user via client app?(or cannot?) Cuz I want to add cc user by using firebase user(more than 8000) If we cannot via client app like API, should I add manually one by one?
thanks.
you don't need to create them manually, ConnectyCube Flutter SDK has API for it. Use function signUp for it.