Failed to retrieve settings when upgrading from Fabric to Firebase
See original GitHub issue[READ] Step 1: Are you in the right place?
Issues filed here should be about bugs in the code in this repository. If you have a general question, need help debugging, or fall into some other category use one of these other channels:
- For general technical questions, post a question on StackOverflow with the firebase tag.
- For general Firebase discussion, use the firebase-talk google group.
- For help troubleshooting your application that does not fall under one of the above categories, reach out to the personalized Firebase support channel.
[REQUIRED] Step 2: Describe your environment
- Android Studio version: 3.6.3
- Firebase Component: Crashlytics
- Component version: 17.0.0
[REQUIRED] Step 3: Describe the problem
Steps to reproduce:
When upgrading from Fabric to Firebase Crashlytics plugin we get this error in logcat:
E/FirebaseCrashlytics: Failed to retrieve settings from https://firebase-settings.crashlytics.com/spi/v2/platforms/android...
Issue Analytics
- State:
- Created 3 years ago
- Reactions:13
- Comments:12 (1 by maintainers)
Top Results From Across the Web
Ask Question - Stack Overflow
Go to Firebase Console > Project Settings > Account Linking > Fabric > Select the app and Unlink it · Confim in Fabric...
Read more >Go to - ADocLib
Solution: Go to Firebase Console > Project Settings > Account Linking > Fabric > Select the app and Unlink it Confim in Fabric...
Read more >android - crashlytics - firebase - iTecNote
Android – Failed to retrieve settings from https://settings.crashlytics.com/spi/v2/platforms/android/apps/ · Go to Firebase Console > Project Settings > Account ...
Read more >World Tech - Galeon
Go to Firebase Console > Project Settings > Account Link > Fabric > Select Application and log out. Configure in Dust > App...
Read more >Release Notes | Firebase - Google
To get started with Firebase in Android, see Add Firebase to your Android ... This release comes with dependency upgrades including Cloud Firestore...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I was facing this similar issue because incorrect google-services.json was read by firebase plugin. That was because I had two json configs added to each testing and production environment folders. Simply by removing these json files and adding one google-service.json file at the root of the project which includes config information for both environments with a clean build helped in resolving the issue. Have a look at this link on how content is available in these configs files.
Also see if any proxy is running while debugging causing this issue too. https://stackoverflow.com/questions/55278120/android-firebase-crashlytics-failed-to-retrieve-settings
I had the same problem with the last version of the android studio and firebase SDK. I reported the problem to the firebase team and they said check problem and respond to me in this week! even I created an empty project and the result was the same!