voximplant / react-native-voximplant

Voximplant mobile SDK for React Native (iOS/Android)
http://voximplant.com
205 stars 39 forks source link

Same FCM for multiple users in the same scenario #95

Closed methce closed 4 years ago

methce commented 4 years ago

Hello, @YuliaGrigorieva .

I have a situation where I need the FCM of one single device to be stored for multiple users in the same scenario and in others too. Is there a work-around or something? Thank you very much, Methce.

YuliaGrigorieva commented 4 years ago

Hello @methce ,

Unfortunately, this is not supported by the Voximplant platform and there is currently no work around for this case. Voximplant SDK allows only one user to be logged in at the moment and FCM token that is unique for the application on the device, is assigned to the last logged in user.

Best regards, Yulia Grigorieva

methce commented 4 years ago

Thanks @YuliaGrigorieva, Could you tell me if Voximplant has a plan to implement this in the future? I'm sure this is a feature that interests some part of your users/partners.