How can I add cc user via flutter client side. (Not using web console)

110 views Asked by At

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.

1

There are 1 answers

0
Valentyn Tereshchenko On

you don't need to create them manually, ConnectyCube Flutter SDK has API for it. Use function signUp for it.