chore;调整firebase配置
This commit is contained in:
@@ -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": []
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user