Skip to content

Commit 80f5b39

Browse files
committed
Integrate Latest @ 264880670
CL: 264880670
1 parent 875f204 commit 80f5b39

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

admob/testapp/src/common_main.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ const char* kAdMobAppID = "YOUR_IOS_ADMOB_APP_ID";
8484
#if defined(__ANDROID__)
8585
const char* kBannerAdUnit = "ca-app-pub-3940256099942544/6300978111";
8686
const char* kInterstitialAdUnit = "ca-app-pub-3940256099942544/1033173712";
87-
const char* kRewardedVideoAdUnit = "ca-app-pub-3940256099942544/2888167318";
87+
const char* kRewardedVideoAdUnit = "ca-app-pub-3940256099942544/5224354917";
8888
#else
8989
const char* kBannerAdUnit = "ca-app-pub-3940256099942544/2934735716";
9090
const char* kInterstitialAdUnit = "ca-app-pub-3940256099942544/4411468910";
91-
const char* kRewardedVideoAdUnit = "ca-app-pub-3940256099942544/6386090517";
91+
const char* kRewardedVideoAdUnit = "ca-app-pub-3940256099942544/1712485313";
9292
#endif
9393

9494
// Standard mobile banner size is 320x50.

auth/testapp/src/common_main.cc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
#include "firebase/app.h"
2020
#include "firebase/auth.h"
21-
#include "firebase/auth/client/cpp/src/include/firebase/auth/credential.h"
21+
#include "firebase/auth/credential.h"
2222
#include "firebase/util.h"
2323

2424
// Thin OS abstraction layer.
@@ -1257,7 +1257,7 @@ extern "C" int common_main(int argc, const char* argv[]) {
12571257
}
12581258

12591259
#ifdef INTERNAL_EXPERIMENTAL
1260-
#if defined TARGET_OS_IPHONE
1260+
#if defined TARGET_OS_IPHONE || defined(__ANDROID__)
12611261
// --- FederatedAuthProvider tests ------------------------------------------
12621262
{
12631263
{ // --- LinkWithProvider ---
@@ -1315,7 +1315,7 @@ extern "C" int common_main(int argc, const char* argv[]) {
13151315
}
13161316

13171317
{ // --- ReauthenticateWithProvider ---
1318-
LogMessage("ReauthetnicateWithProvider");
1318+
LogMessage("ReauthethenticateWithProvider");
13191319
if (!auth->current_user()) {
13201320
LogMessage("ERROR: Expected User from SignInWithProvider");
13211321
} else {
@@ -1345,7 +1345,7 @@ extern "C" int common_main(int argc, const char* argv[]) {
13451345
/*log_error=*/true);
13461346
}
13471347
} // end FederatedAuthProvider
1348-
#endif // TARGET_OS_IPHONE
1348+
#endif // TARGET_OS_IPHONE || defined(__ANDROID__)
13491349
#endif // INTERNAL_EXPERIMENTAL
13501350

13511351
LogMessage("Completed Auth tests.");

0 commit comments

Comments
 (0)