-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
good first issueGood for newcomersGood for newcomerstype: documentationImprovements or additions to documentationImprovements or additions to documentation
Description
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
Labels
good first issueGood for newcomersGood for newcomerstype: documentationImprovements or additions to documentationImprovements or additions to documentation