-
Notifications
You must be signed in to change notification settings - Fork 505
ConfiguredPermissions and manual request methods #130
Comments
Hey there @nmccann, thanks for the feedback. The manual request methods are definitely the way to go here but I didn't even think people would use them in conjunction with the |
Interesting - the "calling request* methods directly" section of the documentation indicates that |
Yep, the perils of working on software with a team! Some things are just assumed to happen :) We'll fix it up. |
lol well thank you for the quick response :) |
|
Hi,
I'm trying to integrate PermissionScope with an existing UI for which the documentation suggests using the various
request...
methods. When doing this I initially ran into a problem when requesting notifications - myonAuthChange
callback wasn't being called. After some digging it appears that this occurred because theconfiguredPermissions
array used ingetResultsForConfig
was empty.I was able to resolve this by calling
addPermission
but that seems odd for two reasons:request...
method being executed, so it seems like duplication.At the very least it would be good to make the documentation more explicit about the need for
addPermission
when usingrequest...
- I struggled with this for a while.That being said, the framework is very nice - thank you for the work you've put into it.
The text was updated successfully, but these errors were encountered: