e_notification_platform_fcm

Last updated:

0 purchases

e_notification_platform_fcm Image
e_notification_platform_fcm Images
Add to Cart

Description:

e notification platform fcm

Easy To Use FCM Notification #
How To Use #
Android #
在 android/app 目录下放置 google-services.json 文件
google-services.json 文件,需要在 Firebase 控制台生成
copied to clipboard
在 android/build.gradle 加入以下文本
buildscript {
ext.kotlin_version = '1.3.50'
repositories {
google()
jcenter()
}

dependencies {
classpath 'com.android.tools.build:gradle:4.1.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
+classpath 'com.google.gms:google-services:4.3.8'
}
}
copied to clipboard
在 android/app/build.gradle 加入以下文本

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'com.android.application'
+apply plugin: 'com.google.gms.google-services'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
copied to clipboard
IOS #
在 ios 目录下放置 GoogleService-Info.plist 文件
GoogleService-Info.plist 文件,需要在 Firebase 控制台生成
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.