Replies: 3 comments 2 replies
-
This looks dangerous right now in this repo, have you checked the pinned issue about admob? #5150 Other than that, I'm not sure. It sounds like what you must do is verify that the correct versions are installed while using react-native-firebase, if that's possible. You did not include any of the react-native-firebase versions, so I'm not sure what you're running but I suggest:
If they are the correct version, there is nothing more to do in this module, you have something going on with your integration or configuration. If they are on the wrong version, you might check the output of the same items from a clean / current demo script run https://github.com/mikehardy/rnfbdemo/blob/master/make-demo.sh to see if they will work. If the demo script produces version output that is equal or greater to minimum requirements then there is something else going on with your project + dependencies that is altering installed versions, and it won't result in a change here. If the demo script does not produce compatible versions then it may be due to the linked issue above, and it's pending work here until we port to the new v27 release of firebase-android-sdk I'm curious to know the findings, please report back |
Beta Was this translation helpful? Give feedback.
-
I have double checked and quite sure the both the Admob and Facebook Audience Network Adaptor version matched the min req for open-bidding. I have found the below parts from this admob instruction.
Not sure how to update the code tho... |
Beta Was this translation helpful? Give feedback.
-
It works on our app but open bidding is not really performant with Facebook. Our match rate is 0,01 % with 20 millions requests. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have joined the Admob Open Bidding beta and tried to add the Facebook Audience Network into the mediation.
After checking the guide line I couldn't find any further steps are required to enable it. I am not sure if I've missed something.
From the admob instruction, I can only see the SDK have to be above 18.3.0+ for Android and 7.53.1 for iOS.
My Podfile:
pod 'Google-Mobile-Ads-SDK', '7.69.0'
My build.gradle:
However, from the Admob mediation report, I can see requests are being passed to FAN with 0% match rate ( which means failed ).

At the same, Facebook announced that we must use Open Bidding after September.
So is it because the current version of rn-firebase/admob or I have missed something on integration?
Any kind of help is much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions