对于 Flutter 项目如何在 android studio 中添加 firebase 的 GoogleService-Info.plist 文件
Posted
技术标签:
【中文标题】对于 Flutter 项目如何在 android studio 中添加 firebase 的 GoogleService-Info.plist 文件【英文标题】:For Flutter project how to add firebase's GoogleService-Info.plist file in android studio 【发布时间】:2021-02-02 03:43:36 【问题描述】:我想为 dev 和 prod 添加不同的产品风格。 我创建了两个 firebase 项目并分别添加了 google-service.json 并在 src dev 和 prod 中创建了两个文件夹 那么如何在 android studio(windows 10)中为 ios 添加具有 dev 和 prod 风格的 GoogleService-Info.plist 文件
【问题讨论】:
【参考方案1】:你需要 Xcode 来做这件事,这太棘手了。不幸的是,iOS 部分不像 Android 那样简单。
这是一个详细的答案: https://***.com/a/48789232/5372178
【讨论】:
以上是关于对于 Flutter 项目如何在 android studio 中添加 firebase 的 GoogleService-Info.plist 文件的主要内容,如果未能解决你的问题,请参考以下文章
把flutter项目作为aar添加到已有的Android工程上
把flutter项目作为aar添加到已有的Android工程上
如何在android studio中配置flutter项目?