We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acf3904 commit 2306862Copy full SHA for 2306862
packages/firebase-admob/adsconsent/index.ios.ts
@@ -45,8 +45,8 @@ export class AdsConsent extends AdsConsentBase {
45
if (Array.isArray(this.#deviceIds)) {
46
request.debugSettings.testDeviceIdentifiers = this.#deviceIds.map((item) => {
47
if (item === 'EMULATOR') {
48
- if(typeof kGADSimulatorID){
49
- return kGADSimulatorID;
+ if(typeof GADSimulatorID){
+ return GADSimulatorID;
50
}
51
return '';
52
0 commit comments