我在使用几天前推出的新Firebase功能时遇到了问题。我的应用程序之前使用过Firebase,但现在我想添加存储功能。因此,我将依赖项添加到我的gradle文件中:
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.firebase:firebase-client-android:2.5.2+'
compile 'com.firebase:geofire:1.1.0+'
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.2.0'
compile 'com.android.support:design:23.2.0'
compile 'com.google.android.gms:play-services-location:9.0.0'
compile 'com.google.firebase:firebase-storage:9.0.0' }
下面我补充道:
apply plugin: 'com.google.gms.google-services'
由于我之前没有使用过谷歌服务的插件,我错过了 google-servies.json 文件。正如此处所述https://developers.google.com/android/guides/google-services-plugin#troubleshooting我应该通过指定应用使用的服务从谷歌获取此文件。但是,我只使用Places API,而我只能指定"登录","云消息"," Analytics"," App Invites& #34;和#34; Ad Mob"在这里:https://developers.google.com/mobile/add
答案 0 :(得分:7)
如果你转到这个链接" https://console.firebase.google.com/project/yourprojectname/overview"当您已登录时,您会看到一个按钮,说明"添加Firebase到您的Android应用程序"。单击它,将显示一个弹出窗口。在第2步,它将为您提供google-servies.json文件的下载链接。按照步骤完成。
答案 1 :(得分:3)
相反,此处的说明会为您提供 google-services.json :https://support.google.com/firebase/answer/7015592?hl=en
答案 2 :(得分:0)
为Android应用下载 google-service.json :
然后将 google-services.json 文件粘贴到项目的应用文件夹