chore;调整firebase配置

This commit is contained in:
Max
2024-01-17 14:21:03 +08:00
parent 287222f7ad
commit f96458c2ac
2 changed files with 9 additions and 20 deletions

View File

@@ -1,36 +1,26 @@
{
"project_info": {
"project_number": "2",
"project_id": "-1",
"storage_bucket": "om"
"project_number": "414487219613",
"project_id": "yinm-gp-a9649",
"storage_bucket": "yinm-gp-a9649.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:::",
"mobilesdk_app_id": "1:414487219613:android:cb64fc92ca04f431c13374",
"android_client_info": {
"package_name": "app.yinm.chat"
}
},
"oauth_client": [
{
"client_id": "-...com",
"client_type": 3
}
],
"oauth_client": [],
"api_key": [
{
"current_key": "2"
"current_key": "AIzaSyC8Ekb0HRZzsNq8aBp2qs_97G6h76URl24"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "-...com",
"client_type": 3
}
]
"other_platform_oauth_client": []
}
}
}

View File

@@ -1,9 +1,8 @@
package com.nnbc123.library.common;
public class Constants {
public static final String CHANNEL_DEF = "official";
public static final String CHANNEL_GOOGLE = "google_yinm";
public static final String CHANNEL_DEF = CHANNEL_GOOGLE;
//上传的图片 默认大小不能超过大小 640KB
public static final int UPLOAD_IMAGE_MAX_FILE_LENGTH = 640;
//上传的图片 默认宽高最大值 2340
@@ -11,4 +10,4 @@ public class Constants {
//上传的gif 默认大小不能超过 1MB
public static final int UPLOAD_GIF_MAX_SIZE = 1 << 20;
}
}