chat21 / chat21-ios-sdk

DEPRECATED
GNU Affero General Public License v3.0
15 stars 11 forks source link

Dynamically Creating Chat Groups #2

Closed nakul-kabra closed 6 years ago

nakul-kabra commented 6 years ago

Is there a capability to create a new group programmatically using firebase ids of the members?

sponzillo commented 6 years ago

You can use REST APIs here:

https://github.com/chat21/chat21-cloud-functions/blob/master/docs/api.md#create-a-group

nakul-kabra commented 6 years ago

Got it. This looks great. Thank you!