我有一个Firebase项目,里面有一个Android和一个iOS应用程序。
- andoid包名称:com.ramobile.myapp
- ios捆绑包ID:com.ramobile.myapp
这是一个谷歌服务的剪辑。json下载:
"appinvite_service": {
"other_platform_oauth_client": [{
"client_id": "xxxxxxxx.apps.googleusercontent.com",
"client_type": 2,
"ios_info": {
"bundle_id": "com.ramobile.myapp"
}
} ]
}
有一天我创建/添加了一个新的iOS应用程序,并带有新的bundle id:com.ramobile.newapp,然后在那之后不久,我“删除应用程序”,并下载谷歌服务。json,但ios_info的bundle_id仍刷新为最新(已删除)的ios应用包id。
"appinvite_service": {
"other_platform_oauth_client": [{
"client_id": "xxxxxxxx.apps.googleusercontent.com",
"client_type": 2,
"ios_info": {
"bundle_id": "com.ramobile.newapp"
}
} ]
}
我已经刷新页面并下载文件很多次了,但结果还是一样。正常吗?应该和第一个一样吧
有人能帮帮我吗
1条答案
按热度按时间jv4diomz1#
我使用flutter与firebase身份验证,后来更改了我的包名/包id。Google Cloud在API & Services〉Credentials下保存了我的旧捆绑包ID。
你必须删除OAuth 2。0客户端ID,其中包含您的旧捆绑包ID。