firebase esta feita acabar o register

This commit is contained in:
2026-01-06 17:17:37 +00:00
parent 24bd74aedc
commit 44937ca6d3
14 changed files with 594 additions and 233 deletions

View File

@@ -1,9 +1,49 @@
{
"project_info": {
"project_number": "123456789012",
"project_id": "playmaker-basketball",
"storage_bucket": "playmaker-basketball.appspot.com"
"project_number": "74256198630",
"firebase_url": "https://playmaker-9e0fc-default-rtdb.firebaseio.com",
"project_id": "playmaker-9e0fc",
"storage_bucket": "playmaker-9e0fc.firebasestorage.app"
},
"client": [],
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:74256198630:android:145e08f6bc85ff13d18427",
"android_client_info": {
"package_name": "com.example.playmaker"
}
},
"oauth_client": [],
"api_key": [
{
"current_key": "AIzaSyDm7MBJQ6vZEE_gM1Ek5LH3Mf5ui2YHc2I"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": []
}
}
},
{
"client_info": {
"mobilesdk_app_id": "1:74256198630:android:092ff62687a5e51dd18427",
"android_client_info": {
"package_name": "com.playmaker.basketball"
}
},
"oauth_client": [],
"api_key": [
{
"current_key": "AIzaSyDm7MBJQ6vZEE_gM1Ek5LH3Mf5ui2YHc2I"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": []
}
}
}
],
"configuration_version": "1"
}

View File

@@ -20,6 +20,9 @@ pluginManagement {
plugins {
id("dev.flutter.flutter-plugin-loader") version "1.0.0"
id("com.android.application") version "8.9.1" apply false
// START: FlutterFire Configuration
id("com.google.gms.google-services") version("4.3.15") apply false
// END: FlutterFire Configuration
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
}