added firebase for notification

This commit is contained in:
llsajjad
2025-09-20 13:02:02 +03:30
parent 33016e1ef2
commit fff8d42759
9 changed files with 161 additions and 2 deletions
+5
View File
@@ -3,6 +3,7 @@ plugins {
id("kotlin-android")
// The Flutter Gradle Plugin must be applied after the Android and Kotlin Gradle plugins.
id("dev.flutter.flutter-gradle-plugin")
id("com.google.gms.google-services")
}
android {
@@ -42,3 +43,7 @@ android {
flutter {
source = "../.."
}
dependencies {
implementation(platform("com.google.firebase:firebase-bom:32.7.2"))
}