capacitor-community / facebook-login

Facebook Login support
MIT License
98 stars 52 forks source link

Change "eventName" into "name" to fix custom events for Android #147

Closed goranlisak closed 2 months ago

goranlisak commented 3 months ago

Custom events for Android are not working because call.getString is looking for eventName when it should actually be looking for name

rdlabo commented 2 months ago

Thank you for the pull request. But, due to this pull request: https://github.com/capacitor-community/facebook-login/pull/145 , unified everything to eventName.

Therefore this will be closed.