mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-23 20:10:05 +08:00
Update admob quick start for maxAdContentRating
This commit is contained in:
@@ -158,7 +158,7 @@ Using the `setRequestConfiguration` method, all future ad requests will comply w
|
||||
import admob, { MaxAdContentRating } from '@react-native-firebase/admob';
|
||||
|
||||
await admob().setRequestConfiguration({
|
||||
setRequestConfiguration: MaxAdContentRating.PG,
|
||||
maxAdContentRating: MaxAdContentRating.PG,
|
||||
tagForChildDirectedTreatment: true,
|
||||
tagForUnderAgeOfConsent: true,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user