-
Notifications
You must be signed in to change notification settings - Fork 42
Unhandled Exception: UnimplementedError: This method is still unimplemented:await PusherBeams.setUserId(userid,token); #2
Comments
Pusher Beams automatically handles it as it is built on top of FCM. The function .setUserId is specifically to set a custom user id on pusher beams (i'm working on this feature). |
Dear @notsofunctional, thank you for your awesome work. Any word about the implementation of .setUserId (and relative authentication)? Anything that requires help? |
@everters hey! i've been busy, but i expect to release that the next week. Greetings! |
Your work is truly great and your efforts appreciated. thank you for you help. I have ended up using MethodChannel for now, and wrote native code for Android and iOS. I don't know if this can be useful for you. I can certainly share if that's of any help. I'm coding in Dart since days, not even weeks! so i think I'm too naive to be useful. But let me know! |
@everters Please share your native code |
Hello, any news about this method please ? @notsofunctional @everters |
This plugin is moving to an official project, which it'll implement this method. |
Can you tell me when exactly ? |
final token=await FirebaseMessaging().getToken();
await PusherBeams.setUserId(token,token);
how to Receive a notifications has been sent by FCM Token?
The text was updated successfully, but these errors were encountered: