Update admob quick start for maxAdContentRating

This commit is contained in:
Pawel Sas
2020-01-26 19:19:45 +01:00
committed by GitHub
parent e8e7becc06
commit 33d9f45aa9

View File

@@ -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,
});