sbugert / react-native-admob

A react-native component for Google AdMob banners
BSD 2-Clause "Simplified" License
1.13k stars 532 forks source link

There is no ability to set user Id for rewarded ad #495

Open Karabur opened 4 years ago

Karabur commented 4 years ago

For server side validation and giving user a reward it is super helpful to set user id in application, so SSV callback will get user Id and will be able to give reward to specified user.

there is a method in SDK to set it https://developers.google.com/android/reference/com/google/android/gms/ads/reward/RewardedVideoAd.html#setUserId(java.lang.String)

But there is no RN counterpart for it.

Would be helpful to have one, as it looks like pretty common scenario for rewarded ads.

canerd7u commented 4 years ago

+1

nguyen95 commented 4 years ago

I'm looking for this

3gpvideos commented 4 years ago

yes, please add this, or is there any work around for this?