- Android: MainActivity, AppLifecycleTracker, Firebase Messaging Service - Android: Notification handlers (dismiss, reply, receipt delivery) - Android: Custom push notification helper and database support - Android: Drawable resources for notification actions - Android: Mipmap resources with foreground/background/round icons - iOS: Push notification service support - Flutter: Push notification background and foreground services - Web/Windows: Generated plugin registrant updates - Config: Added google-services.json for Firebase
14 lines
331 B
C++
14 lines
331 B
C++
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
// clang-format off
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
#include <firebase_core/firebase_core_plugin_c_api.h>
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
|
FirebaseCorePluginCApiRegisterWithRegistrar(
|
|
registry->GetRegistrarForPlugin("FirebaseCorePluginCApi"));
|
|
}
|