-
I am looking for a way where to get rewarded ads coins and use it as a way of discount on customer checkout, so customer watch ads collect coins in some days and based on how much they collected a discount is applied but the issue is I can't find a documentation that shows how to get worth value in USD or any other currency for the coins that was rewarded. Is there any work around? I have seen some mobile apps that have that feature already integrated so I am wondering that it is possible. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
I think you want react-native-google-mobile-ads - https://github.com/invertase/react-native-google-mobile-ads - you show a rewarded ad and you set the value of the reward, track that (on the server, perhaps with |
Beta Was this translation helpful? Give feedback.
I think you want react-native-google-mobile-ads - https://github.com/invertase/react-native-google-mobile-ads - you show a rewarded ad and you set the value of the reward, track that (on the server, perhaps with
@react-native-firebase/firestore
? and go from there ?