You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix(messaging): emit on message if app was previously launched
* feat(admob): prep admob for independence
Admob isn't dependant on Firebase this starts the process of removal, we can remove it for v3 release of firebase.
fixes: #117fixes: #116
* fix(database): #120
* fix(dynamicLinks): handle initial link
@@ -527,12 +526,11 @@ Use the argument `tagForUnderAgeOfConsent: false` to indicates that you don't wa
527
526
Use the argument `tagForUnderAgeOfConsent: undefined` or do not set this tag to indicate that you have not specified whether the ad request should receive treatment for users in the European Economic Area (EEA) under the age of consent. The following example indicates that you want TFUA included in your ad request:
The tags to enable the Child-directed setting and `tagForUnderAgeOfConsent` should not both simultaneously be set to true. If they are, the child-directed setting takes precedence.
@@ -551,12 +549,11 @@ AdMob ads returned for these requests have a content rating at or below that lev
551
549
The following code configures a `RequestConfiguration` object to specify that ad content returned should correspond to a digital content label designation no higher than G:
0 commit comments