pubnub / dart

PubNub Dart SDK
Other
28 stars 15 forks source link

Using PAM with pubnub dart sdk in a Flutter app #76

Open prajwal27 opened 2 years ago

prajwal27 commented 2 years ago

Hello, We're using pubnub for our chat-based application. Threre's no document (I couldn't find one) on using Permission Access Manager with pubnub dart SDK in a Flutter app. I found this, but it seems to old code. Let me know if I need to ask somewhere else or checkout other repositories, before closing the issue.

are commented 2 years ago

Hello! There is PAM v3 implemented in the Dart SDK, you can take a look at the documentation here. Let me know if that answers your question!

prajwal27 commented 2 years ago

We are facing few issues, like when we are subscribing to a channeGroup, it's using v2 version instead of v3.