Skip to content

[Android][iOS] initialize admob without google services json #117

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
maxximee opened this issue Aug 11, 2022 · 0 comments
Closed

[Android][iOS] initialize admob without google services json #117

maxximee opened this issue Aug 11, 2022 · 0 comments
Labels
android enhancement New feature or request ios

Comments

@maxximee
Copy link

I use google ad manager to serve my ads and appcenter for analytics. I dont want to link and use firebase's google-services.json.
It should be possible to initialize firebase without the json config: https://stackoverflow.com/questions/41160608/google-admob-for-android-without-google-services-json
FirebaseOptions firebaseOptions = new FirebaseOptions.Builder() .setApiKey(apiKey) .setApplicationId(context.getString(R.string.google_app_id)) .build(); return FirebaseApp.initializeApp(context, firebaseOptions, "MyApp");
But not sure if this is possible with this plugin and how?

@triniwiz triniwiz added enhancement New feature or request ios android labels Aug 21, 2022
triniwiz added a commit that referenced this issue Aug 21, 2022
Admob isn't dependant on Firebase this starts the process of removal, we can remove it for v3 release of firebase.

fixes: #117
fixes: #116
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android enhancement New feature or request ios
Projects
None yet
Development

No branches or pull requests

2 participants