Skip to content

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

Description

@maxximee

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions