简体   繁体   English

google-services.json Google Cloud out-login和Firebase动态链接同一个项目android

[英]google-services.json Google Cloud outh login and Firebase dynamic link same project android

I have an Android project where I am using Google Cloud authentication service, where I downloaded the google-services.json file and everything is working.我有一个 Android 项目,我在其中使用 Google Cloud 身份验证服务,在那里我下载了 google-services.json 文件,一切正常。

Now that using Firebase's Dynamic Link service, where it asks to download another google-services.json file and put it in the same location.现在使用 Firebase 的动态链接服务,它要求下载另一个 google-services.json 文件并将其放在同一位置。

I don't know how to proceed in this case, any tips?我不知道在这种情况下如何进行,有什么提示吗?

If you are using the same project then feel free to use the last one google-services.json that it suggests downloading because it will already include your previous configuration.如果您使用的是同一个项目,请随意使用它建议下载的最后一个google-services.json ,因为它已经包含您以前的配置。 You can easily check this if you compare the first and second one jsons.如果您比较第一个和第二个 json,您可以轻松检查这一点。

Make sure that you only have this most recent downloaded config file in your app.确保您的应用中只有这个最近下载的配置文件。

You can get the most recent config file for your Android app in Firebase Console at any moment.您可以随时在Firebase 控制台中获取 Android 应用程序的最新配置文件。

  1. Go to your Project settings in the Firebase console. Go 到 Firebase 控制台中的 项目设置
  2. In the Your apps card, select the package name of the app for which you need a config file.在您的应用程序卡中,select package 您需要配置文件的应用程序的名称。
  3. Click google-services.json .点击google-services.json

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Unity/Firebase - 项目包 ID 与您的 google-services.json 文件中的任何包 ID 都不匹配 - Unity/Firebase - Project Bundle ID does not match any bundle IDs in your google-services.json files google-services.json api_key 从 firebase 为空 - google-services.json api_key is empty from firebase Firebase反编译Google-services.json填充quata - Firebase decompiled Google-services.json to fill quata 无法从 Firebase 控制台下载 google-services.json 文件 - Unable to download google-services.json file from Firebase Console 如何将 google-services.json 文件放入 android 项目中的自定义位置 - How google-services.json file can be put to custom location within android project google-services.json”已找到,但它表明您似乎无权访问的项目 ID - google-services.json" was found, but it indicates a project ID that you don't appear to have access to Flutter:文件 google-services.json 丢失。 没有它,Google 服务插件不能 function - Flutter : File google-services.json is missing. The Google Services Plugin cannot function without it Google Cloud Platform - 将“无组织”的 firebase 项目移至“组织”时出错 - Google Cloud Platform - Error moving firebase project with "no organization" to an "organization" 是否可以通过动态链接(google firebase)传递自定义查询字符串? - is it possible to pass custom query string through dynamic link(google firebase)? 将 android 工作室的 google-service.json 更改为 firebase_option.dart 项目项目 Z5ACEBC4CB70DDBBAEZB0AC76AAB176 - Change google-service.json from android studio to firebase_option.dart on flutter project
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM