-
Recently, i had to updated crashlytic dependency which requires firebase core dependency. this leads to a strange remote config failure on devices without google play services support (Huawei devices and emulators). Exception happens when i try to fetch remote config values :
Exception: Unable to complete fetch. Reason is unknown but this could be due to lack of connectivity. when i revert back changes for firebase_core initialisation, that line goes through and remote config successfully fetched. tried updated all related dependencies to the latest versions with no success:
regarding to documentation and working prior latest changes, remote config should not depend on google play services and it should fetch without any problem , also as in some other threads mentioned about restricted api key i did not restrict firebase api key. any help and insight would be highly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
seems that its working again with latest version of firebase core and firebase remote config |
Beta Was this translation helpful? Give feedback.
seems that its working again with latest version of firebase core and firebase remote config