Skip to content

Commit 2306862

Browse files
committed
fix(admob): use new symbol
1 parent acf3904 commit 2306862

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/firebase-admob/adsconsent/index.ios.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ export class AdsConsent extends AdsConsentBase {
4545
if (Array.isArray(this.#deviceIds)) {
4646
request.debugSettings.testDeviceIdentifiers = this.#deviceIds.map((item) => {
4747
if (item === 'EMULATOR') {
48-
if(typeof kGADSimulatorID){
49-
return kGADSimulatorID;
48+
if(typeof GADSimulatorID){
49+
return GADSimulatorID;
5050
}
5151
return '';
5252
}

0 commit comments

Comments
 (0)