Skip to content

📚[ Firebase_messaging] gettings started docs have buggy code #3952

Closed
@Tejaswgupta

Description

@Tejaswgupta

The getting started of firebase_messaging plugin for the android section asks to create an Application.java file and put
GeneratedPluginRegistrant.registerWith(registry);

Where it throws and error and as discussed in an issue for the same , it should have been
FirebaseMessagingPlugin.registerWith(registry.registrarFor("io.flutter.plugins.firebasemessaging.FirebaseMessagingPlugin"));

The docs have not been update yet and can cause issue to someone who is getting started with the plugin

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions